You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/07/18 06:00:51 UTC

[isis] 02/09: ISIS-1810: updates archetypes to use

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit ad567d630c22dda9de2c5284ac47c438d3ff4def
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Jul 16 20:37:32 2018 +0100

    ISIS-1810: updates archetypes to use
---
 example/archetype/helloworld/pom.xml | 3 ++-
 example/archetype/simpleapp/pom.xml  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/example/archetype/helloworld/pom.xml b/example/archetype/helloworld/pom.xml
index fc5f961..cebfcba 100644
--- a/example/archetype/helloworld/pom.xml
+++ b/example/archetype/helloworld/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.isis.archetype</groupId>
     <artifactId>helloworld-archetype</artifactId>
-    <version>2.0.0-M1-SNAPSHOT</version>
+    <version>${revision}</version>
     <packaging>maven-archetype</packaging>
     <name>helloworld-archetype</name>
     <build>
@@ -74,6 +74,7 @@
         <relativePath>../../../core/pom.xml</relativePath>
     </parent>
     <properties>
+        <revision>2.0.0-M1-SNAPSHOT</revision>
         <archetype.test.skip>true</archetype.test.skip>
     </properties>
 </project>
diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml
index 1eb7cf6..485f3d8 100644
--- a/example/archetype/simpleapp/pom.xml
+++ b/example/archetype/simpleapp/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.isis.archetype</groupId>
     <artifactId>simpleapp-archetype</artifactId>
-    <version>1.16.3-SNAPSHOT</version>
+    <version>${revision}</version>
     <packaging>maven-archetype</packaging>
     <name>simpleapp-archetype</name>
     <build>
@@ -73,6 +73,7 @@
         <relativePath>../../../core/pom.xml</relativePath>
     </parent>
     <properties>
+        <revision>2.0.0-M1-SNAPSHOT</revision>
         <archetype.test.skip>true</archetype.test.skip>
     </properties>
 </project>