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 2015/11/02 19:47:01 UTC

[1/2] isis git commit: ISIS-1195: reverting simpleapp to run against 1.10.0-SNAPSHOT

Repository: isis
Updated Branches:
  refs/heads/master d80a3f460 -> c8a61af62


ISIS-1195: reverting simpleapp to run against 1.10.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: add070797015508edd2fc0f930c462b09cee60e6
Parents: d80a3f4
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 2 18:39:36 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 18:39:36 2015 +0000

----------------------------------------------------------------------
 example/application/simpleapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/add07079/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index ff67e85..f3f2e9a 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -34,7 +34,7 @@
     </prerequisites>
 
     <properties>
-        <isis.version>1.10.0</isis.version>
+        <isis.version>1.10.0-SNAPSHOT</isis.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>


[2/2] isis git commit: ISIS-1195: recreating simpleapp archetype

Posted by da...@apache.org.
ISIS-1195: recreating simpleapp archetype


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

Branch: refs/heads/master
Commit: c8a61af62a2597efc9b6e5383d01fe646f35b7f5
Parents: add0707
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 2 18:40:50 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 18:40:50 2015 +0000

----------------------------------------------------------------------
 .../simpleapp/src/main/resources/archetype-resources/pom.xml       | 2 +-
 .../src/test/resources/projects/basic/archetype.properties         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/c8a61af6/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml b/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
index 096dc10..1d1cf26 100644
--- a/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
+++ b/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
     </prerequisites>
 
     <properties>
-        <isis.version>1.10.0</isis.version>
+        <isis.version>1.10.0-SNAPSHOT</isis.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

http://git-wip-us.apache.org/repos/asf/isis/blob/c8a61af6/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
index a043204..e8e37f2 100644
--- a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
+++ b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
@@ -1,4 +1,4 @@
-#Mon Nov 02 18:16:24 GMT 2015
+#Mon Nov 02 18:40:29 GMT 2015
 package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it