Skip to content

Commit 9ddf738

Browse files
committed
Update to 2019.2.1, stop using publishVersion in CI, fixes #297
1 parent 4a1e58c commit 9ddf738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
publishJUnitResults: false
2323
testResultsFiles: '**/TEST-*.xml'
2424
tasks: 'build publishToMavenLocal PatchExamples'
25-
options: '--stacktrace -PlocalPublish -PpublishVersion=4242.1.1-ci'
25+
options: '--stacktrace -PlocalPublish'
2626

2727
- script: |
2828
cd examples/cpp

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ compileGroovy {
3636

3737
allprojects {
3838
group = "edu.wpi.first"
39-
version = "2019.1.1"
39+
version = "2019.2.1"
4040

4141
if (project.hasProperty('publishVersion')) {
4242
version = project.publishVersion

0 commit comments

Comments
 (0)