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/10/03 13:18:47 UTC

[isis] branch master updated: ISIS-1977: fixes revision to 1.0.0-SNAPSHOT

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 2acb207  ISIS-1977: fixes revision to 1.0.0-SNAPSHOT
2acb207 is described below

commit 2acb207da7cea0c1fe5fd7c080520a3893d833ff
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Oct 3 14:18:33 2018 +0100

    ISIS-1977: fixes revision to 1.0.0-SNAPSHOT
    
    Because this then allows the framework to be loaded as a submodule within
    an app that also using flattening
---
 core/pom.xml                           | 2 +-
 example/application/helloworld/pom.xml | 2 +-
 example/application/simpleapp/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 72301a5..4a5a7a5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,7 +46,7 @@
     <inceptionYear>2010</inceptionYear>
 
     <properties>
-        <revision>1.16.3-SNAPSHOT</revision>
+        <revision>1.0.0-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <jar-plugin.automaticModuleName>org.apache.isis.core</jar-plugin.automaticModuleName>
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index e1511a1..c091f66 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <revision>1.16.3-SNAPSHOT</revision>
+        <revision>1.0.0-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 19a7057..304676b 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <revision>1.16.3-SNAPSHOT</revision>
+        <revision>1.0.0-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <lombok.version>[1.18,)</lombok.version>