Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur van Dorp2019-07-09 14:22:08 +0000
committerArthur van Dorp2019-07-09 15:08:13 +0000
commit32da0693607a88a29b8f1c094de837f818a07418 (patch)
treeabffef04e9144569bf78d5c4673422249ca4020d /org.eclipse.scout.rt.rest
parent63ed725131a5b4d6a03ba21bc389badccef92024 (diff)
downloadorg.eclipse.scout.rt-32da0693607a88a29b8f1c094de837f818a07418.tar.gz
org.eclipse.scout.rt-32da0693607a88a29b8f1c094de837f818a07418.tar.xz
org.eclipse.scout.rt-32da0693607a88a29b8f1c094de837f818a07418.zip
Change Snapshot version from 10.0.0-SNAPSHOT to 10-SNAPSHOT
Usually Scout does not increase the minor version within a release cycle. The change reduces the need for pom-editing. Starting with release 10 a versioning scheme with shorter version names will be used. Change-Id: Ib20541be71f8342f523498da6d708be466a648ab Signed-off-by: Arthur van Dorp <Arthur.vanDorp@bsi-software.com> Reviewed-on: https://git.eclipse.org/r/145695
Diffstat (limited to 'org.eclipse.scout.rt.rest')
-rw-r--r--org.eclipse.scout.rt.rest/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.scout.rt.rest/pom.xml b/org.eclipse.scout.rt.rest/pom.xml
index b9d4bdb252..bf934216b7 100644
--- a/org.eclipse.scout.rt.rest/pom.xml
+++ b/org.eclipse.scout.rt.rest/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt</artifactId>
- <version>10.0.0-SNAPSHOT</version>
+ <version>10-SNAPSHOT</version>
<relativePath>../org.eclipse.scout.rt/pom.xml</relativePath>
</parent>

Back to the top