Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorPierre-Charles David2016-10-26 14:53:15 +0000
committerPierre-Charles David2016-10-26 14:53:17 +0000
commit186c8144289f9809d009fce51adfc6764f9ca005 (patch)
tree355572282cc9a2b84832e7ee635eeea9ec5a974f /releng
parentc920facb0bdfd847fca1dc931ae1557f26f86d8b (diff)
downloadorg.eclipse.sirius-186c8144289f9809d009fce51adfc6764f9ca005.tar.gz
org.eclipse.sirius-186c8144289f9809d009fce51adfc6764f9ca005.tar.xz
org.eclipse.sirius-186c8144289f9809d009fce51adfc6764f9ca005.zip
[version] Bump version to 4.1.2
Change-Id: I004280d217c1b50533abf2beca3e6f22ba96f311 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/org.eclipse.sirius.releng/publish-nightly.sh2
-rw-r--r--releng/org.eclipse.sirius.targets/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.sirius.releng/publish-nightly.sh b/releng/org.eclipse.sirius.releng/publish-nightly.sh
index 9a97f7cfcf..68dcfb91e5 100755
--- a/releng/org.eclipse.sirius.releng/publish-nightly.sh
+++ b/releng/org.eclipse.sirius.releng/publish-nightly.sh
@@ -31,7 +31,7 @@ provided by the Hudson build.
set -e
# The full version (should be taken as an argument)
-export VERSION="4.1.1"
+export VERSION="4.1.2"
# The type of build being published
export BUILD_TYPE="nightly"
diff --git a/releng/org.eclipse.sirius.targets/pom.xml b/releng/org.eclipse.sirius.targets/pom.xml
index d4aa620dad..1528078da7 100644
--- a/releng/org.eclipse.sirius.targets/pom.xml
+++ b/releng/org.eclipse.sirius.targets/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.eclipse.sirius</groupId>
<artifactId>org.eclipse.sirius.releng.targets</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>

Back to the top