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:26 UTC

[04/11] isis git commit: ISIS-1712: updates simpleapp example app to use isis 1.15.1

ISIS-1712: updates simpleapp example app to use isis 1.15.1

Also bumps 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/3ea3af66
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/3ea3af66
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/3ea3af66

Branch: refs/heads/release-1.15.1-RC1
Commit: 3ea3af6618440d1524329c29164e54048e30b702
Parents: 2acefdb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Sep 21 23:36:49 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Sep 21 23:36:49 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/3ea3af66/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 989a275..9ee473a 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -40,9 +40,9 @@
     </prerequisites>
 
     <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.7</compiler-plugin.source>
         <compiler-plugin.target>1.7</compiler-plugin.target>