diff --git a/Jenkinsfile b/Jenkinsfile index 39c9e17..b3610a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,9 +4,9 @@ pipeline { label 'magicdraw19' } parameters { - string(name: 'RELEASE_VERSION', defaultValue: '2.1.0', + string(name: 'RELEASE_VERSION', defaultValue: '2.1.1', 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.0', + string(name: 'INCUBATION_VERSION', defaultValue: '0.21.1', description: 'Set this parameter to the corresponding incubation version of the related VIATRA release.') string(name: 'PLUGIN_VERSION', defaultValue: '2.1.2-SNAPSHOT', description: 'Set this parameter to the desired V4MD version.') diff --git a/com.incquerylabs.v4md/gradle.properties b/com.incquerylabs.v4md/gradle.properties index 7f53795..0b3616b 100644 --- a/com.incquerylabs.v4md/gradle.properties +++ b/com.incquerylabs.v4md/gradle.properties @@ -1,7 +1,7 @@ version=2.1.2-SNAPSHOT buildNumber=212010 group=com.incquerylabs.v4md -viatraVersion=2.1.0 -viatraIncubationVersion=0.21.0 +viatraVersion=2.1.1 +viatraIncubationVersion=0.21.1 deployUrl = "build/maven-repository" xtextVersion=2.15.0