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 2016/05/21 07:10:55 UTC

[54/56] [abbrv] isis git commit: ISIS-1335: bumping isis.version in archetype resource

ISIS-1335: bumping isis.version in archetype resource


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

Branch: refs/heads/master
Commit: f66afc7c75ddc9013dd1fc14a1da1460cdf86405
Parents: dbe266f
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat May 21 08:03:35 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat May 21 08:03:35 2016 +0100

----------------------------------------------------------------------
 .../simpleapp/src/main/resources/archetype-resources/pom.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f66afc7c/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 71cb3b4..d00be40 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.12.1</isis.version>
+        <isis.version>1.13.0-SNAPSHOT</isis.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>