Repository: isis
Updated Branches:
  refs/heads/master 3c5debedb -> e17f37400


ISIS-1465: updates example apps to use 1.16.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/ee57be7d
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ee57be7d
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/ee57be7d

Branch: refs/heads/master
Commit: ee57be7da331b9117166bcd427016594d543ae7a
Parents: 3c5debe
Author: Dan Haywood <d...@haywood-associates.co.uk>
Authored: Tue Aug 15 21:35:31 2017 +0100
Committer: Dan Haywood <d...@haywood-associates.co.uk>
Committed: Tue Aug 15 21:35:31 2017 +0100

----------------------------------------------------------------------
 example/application/helloworld/pom.xml | 4 ++--
 example/application/simpleapp/pom.xml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/ee57be7d/example/application/helloworld/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/helloworld/pom.xml 
b/example/application/helloworld/pom.xml
index 6bf9826..a1cdb4d 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -29,14 +29,14 @@
 
     <groupId>org.apache.isis.example.application</groupId>
     <artifactId>helloworld</artifactId>
-    <version>1.15.0-SNAPSHOT</version>
+    <version>1.16.0-SNAPSHOT</version>
 
     <name>HelloWorld</name>
 
     <packaging>war</packaging>
 
     <properties>
-        <isis.version>1.15.0</isis.version>
+        <isis.version>1.16.0-SNAPSHOT</isis.version>
 
         <lombok.version>1.16.10</lombok.version>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/ee57be7d/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml 
b/example/application/simpleapp/pom.xml
index ccbf1c1..989a275 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.isis.example.application</groupId>
     <artifactId>simpleapp</artifactId>
-    <version>1.15.0-SNAPSHOT</version>
+    <version>1.16.0-SNAPSHOT</version>
 
     <name>SimpleApp Parent</name>
 
@@ -40,7 +40,7 @@
     </prerequisites>
 
     <properties>
-        <isis.version>1.15.0</isis.version>
+        <isis.version>1.16.0-SNAPSHOT</isis.version>
 
         <lombok.version>1.16.10</lombok.version>
 

Reply via email to