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/09/21 23:34:30 UTC

[08/11] isis git commit: ISIS-1712: updates helloworld app to use 1.15.1.

ISIS-1712: updates helloworld app to use 1.15.1.

Also updates lombok to 1.16.18


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

Branch: refs/heads/release-1.15.1-RC1
Commit: 498c9bb74402aa312771292c69be622bc32fd327
Parents: 41ee2cb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Sep 22 00:24:32 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Sep 22 00:24:32 2017 +0100

----------------------------------------------------------------------
 example/application/helloworld/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/498c9bb7/example/application/helloworld/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index a1cdb4d..646de10 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,9 +36,9 @@
     <packaging>war</packaging>
 
     <properties>
-        <isis.version>1.16.0-SNAPSHOT</isis.version>
+        <isis.version>1.15.1</isis.version>
 
-        <lombok.version>1.16.10</lombok.version>
+        <lombok.version>1.16.18</lombok.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
         <compiler-plugin.target>1.8</compiler-plugin.target>