Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur van Dorp2019-05-28 08:52:14 +0000
committertools.ci2019-05-28 08:52:14 +0000
commitea9c7868e18ee18aafd6299d009a50d5029ec9c0 (patch)
tree5be088202dfd26e6cafc8a62a298e71c6892caca /scout-helloworld-app/pom.xml
parent81e9022c5c7a438cd7801997a9b653fb5a1fdfbf (diff)
downloadorg.eclipse.scout.sdk-9.0.0.015_Simrel_2019_06_M3.tar.gz
org.eclipse.scout.sdk-9.0.0.015_Simrel_2019_06_M3.tar.xz
org.eclipse.scout.sdk-9.0.0.015_Simrel_2019_06_M3.zip
[release] version updated to 9.0.0.015_Simrel_2019_06_M39.0.0.015_Simrel_2019_06_M3
Diffstat (limited to 'scout-helloworld-app/pom.xml')
-rw-r--r--scout-helloworld-app/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scout-helloworld-app/pom.xml b/scout-helloworld-app/pom.xml
index 97e297547..d3a1719db 100644
--- a/scout-helloworld-app/pom.xml
+++ b/scout-helloworld-app/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.eclipse.scout.archetypes</groupId>
<artifactId>scout-helloworld-app</artifactId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.0.0.015_Simrel_2019_06_M3</version>
<packaging>maven-archetype</packaging>
<name>Scout Hello World Sample Application</name>
@@ -108,7 +108,7 @@
<scm>
<connection>scm:git:git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git</connection>
<developerConnection>scm:git:ssh://${eclipse_gerrit_username}@git.eclipse.org:29418/scout/org.eclipse.scout.sdk</developerConnection>
- <tag>releases/9.0.x</tag>
+ <tag>9.0.0.015_Simrel_2019_06_M3</tag>
<url>http://git.eclipse.org/c/scout/org.eclipse.scout.sdk.git/</url>
</scm>

Back to the top