Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml')
-rw-r--r--scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml b/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
index dd76be826..816114a5b 100644
--- a/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
+++ b/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
@@ -13,7 +13,7 @@
<properties>
<jdk.source.version>${javaVersion}</jdk.source.version>
- <org.eclipse.scout.rt.version>9.0.0-SNAPSHOT</org.eclipse.scout.rt.version>
+ <org.eclipse.scout.rt.version>9.0.0.015_Simrel_2019_06_M3</org.eclipse.scout.rt.version>
<org.glassfish.jersey.version>2.27</org.glassfish.jersey.version>
<org.jooq.version>3.11.9</org.jooq.version>
<derby.version>10.14.2.0</derby.version>

Back to the top