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 2018/02/18 16:36:40 UTC

[isis] 15/31: ISIS-1813: reverts isis.version to -SNAPSHOT for apps

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-1.16.1-RC2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit f373b64a5de4444062635a7eae2c83a913686454
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Feb 18 10:23:56 2018 +0000

    ISIS-1813: reverts isis.version to -SNAPSHOT for apps
---
 example/application/helloworld/pom.xml | 2 +-
 example/application/simpleapp/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index efa8848..bb2cef0 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <isis.version>1.16.1</isis.version>
+        <isis.version>1.16.1-SNAPSHOT</isis.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
         <compiler-plugin.target>1.8</compiler-plugin.target>
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 35127f6..8525106 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <isis.version>1.16.1</isis.version>
+        <isis.version>1.16.1-SNAPSHOT</isis.version>
 
         <lombok.version>1.16.18</lombok.version>
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.