Skip to content

Commit

Permalink
Updates VIATRA version to the 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Apr 17, 2019
1 parent 1a97935 commit 752d71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pipeline {
label 'magicdraw19'
}
parameters {
string(name: 'RELEASE_VERSION', defaultValue: '2.1.2-SNAPSHOT',
string(name: 'RELEASE_VERSION', defaultValue: '2.1.2',
description: 'Set this parameter to the VIATRA version this V4MD build should include (e.g. 2.0.0.M3) and set the project version version accordingly. Leave it empty to skip this step.')
string(name: 'INCUBATION_VERSION', defaultValue: '0.21.2-SNAPSHOT',
string(name: 'INCUBATION_VERSION', defaultValue: '0.21.2',
description: 'Set this parameter to the corresponding incubation version of the related VIATRA release.')
string(name: 'PLUGIN_VERSION', defaultValue: '2.1.3-SNAPSHOT',
description: 'Set this parameter to the desired V4MD version.')
Expand Down
4 changes: 2 additions & 2 deletions com.incquerylabs.v4md/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=2.1.3-SNAPSHOT
buildNumber=213010
group=com.incquerylabs.v4md
viatraVersion=2.1.2-SNAPSHOT
viatraIncubationVersion=0.21.2-SNAPSHOT
viatraVersion=2.1.2
viatraIncubationVersion=0.21.2
deployUrl = "build/maven-repository"
xtextVersion=2.15.0

0 comments on commit 752d71c

Please sign in to comment.