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/06 09:22:07 UTC

[27/45] isis git commit: ISIS-1521: updates helloworld's pom.xml to reference 1.15.0

ISIS-1521: updates helloworld's pom.xml to reference 1.15.0


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

Branch: refs/heads/release-1.15.0-RC1
Commit: f77c48397a80bb2f24476567025f31e69c31f970
Parents: 3910507
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sun Aug 6 10:02:35 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sun Aug 6 10:02:35 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/f77c4839/example/application/helloworld/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index ebc1b23..6bf9826 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <isis.version>1.15.0-SNAPSHOT</isis.version>
+        <isis.version>1.15.0</isis.version>
 
         <lombok.version>1.16.10</lombok.version>