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/08/29 10:13:04 UTC

[3/6] isis git commit: ISIS-1052: updating simpleapp to reference 1.9.0.

ISIS-1052: updating simpleapp to reference 1.9.0.


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

Branch: refs/heads/release-1.9.0-RC2
Commit: 34409bb3d275b2d6a2b2502d8c2948feb109a073
Parents: 78f56ee
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Aug 25 08:59:15 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Aug 29 09:05:14 2015 +0100

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


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