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/26 00:00:31 UTC

[09/12] 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/233058b7
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/233058b7
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/233058b7

Branch: refs/heads/release-1.9.0
Commit: 233058b76153489c904c5f8ded743ffe66cca868
Parents: 3a3acd7
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: Tue Aug 25 22:06:36 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/233058b7/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>