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 2017/08/15 21:56:41 UTC

[4/5] isis git commit: ISIS-1465: updates simpleapp (remaining submodules) to reference 1.16.0-SNAPSHOT

ISIS-1465: updates simpleapp (remaining submodules) to reference 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/a99b2e14
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a99b2e14
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a99b2e14

Branch: refs/heads/master
Commit: a99b2e14f0e251a3de689aec4f234eb4ad830dca
Parents: bdb8496
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Aug 15 22:34:28 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Aug 15 22:34:28 2017 +0100

----------------------------------------------------------------------
 example/application/simpleapp/application/pom.xml   | 2 +-
 example/application/simpleapp/module-simple/pom.xml | 2 +-
 example/application/simpleapp/webapp/pom.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a99b2e14/example/application/simpleapp/application/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/application/pom.xml b/example/application/simpleapp/application/pom.xml
index 9b292fb..6800a60 100644
--- a/example/application/simpleapp/application/pom.xml
+++ b/example/application/simpleapp/application/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.15.0-SNAPSHOT</version>
+        <version>1.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-application</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/a99b2e14/example/application/simpleapp/module-simple/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/module-simple/pom.xml b/example/application/simpleapp/module-simple/pom.xml
index b352e23..bf735ad 100644
--- a/example/application/simpleapp/module-simple/pom.xml
+++ b/example/application/simpleapp/module-simple/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.15.0-SNAPSHOT</version>
+        <version>1.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-module-simple</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/a99b2e14/example/application/simpleapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/pom.xml b/example/application/simpleapp/webapp/pom.xml
index 00cb801..ffe16fa 100644
--- a/example/application/simpleapp/webapp/pom.xml
+++ b/example/application/simpleapp/webapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.example.application</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.15.0-SNAPSHOT</version>
+        <version>1.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-webapp</artifactId>