Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Lee2013-07-05 12:12:15 +0000
committerKen Lee2013-07-05 12:12:15 +0000
commit59c4ddf63b935fea19d24cb3b3db3880d2d27e9c (patch)
tree996a8de24ee1623d618b115af6756e3695e5fc14
parent150969eb1f0c3abf41fbe3f711d2da0a169d30d7 (diff)
downloadscout.rt.incubator-59c4ddf63b935fea19d24cb3b3db3880d2d27e9c.tar.gz
scout.rt.incubator-59c4ddf63b935fea19d24cb3b3db3880d2d27e9c.tar.xz
scout.rt.incubator-59c4ddf63b935fea19d24cb3b3db3880d2d27e9c.zip
Bug 411793 - CBI Build: Create release branch for Kepler SR1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411793 Increases snapshot versions in pom.xml.
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ff4c29b..27c2f99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,12 +16,11 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>org.eclipse.scout.parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>3.9.1-SNAPSHOT</version>
<relativePath>../org.eclipse.scout.parent</relativePath>
</parent>
<artifactId>org.eclipse.scout.rt.incubator</artifactId>
- <version>3.9.1-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>

Back to the top