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 2019/01/14 15:27:42 UTC

[isis] branch release-2.0.0-M2-RC2 created (now 89b096f)

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

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


      at 89b096f  Revert "ISIS-1811: bumps revision property across all pom.xml's to 2.0.0-M2"

This branch includes the following new commits:

     new 89b096f  Revert "ISIS-1811: bumps revision property across all pom.xml's to 2.0.0-M2"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[isis] 01/01: Revert "ISIS-1811: bumps revision property across all pom.xml's to 2.0.0-M2"

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 89b096fec57510303a42d5bbdd279d41aa05a766
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Jan 14 15:26:52 2019 +0000

    Revert "ISIS-1811: bumps revision property across all pom.xml's to 2.0.0-M2"
    
    This reverts commit 4b8a6f9cf811429628a28114119ca60f2a9655f9.
---
 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 b954437..8c3060bb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,7 +46,7 @@
     <inceptionYear>2010</inceptionYear>
 
     <properties>
-        <revision>2.0.0-M2</revision>
+        <revision>2.0.0-M3-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <isis.skipTests>false</isis.skipTests>
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index a837ebe..b9df0b8 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <revision>2.0.0-M2</revision>
+        <revision>2.0.0-M3-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 5a0c3ad..632dc40 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <revision>2.0.0-M2</revision>
+        <revision>2.0.0-M3-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <!-- bumping to 1.18.4 causes a conflict with DataNucleus' annotation processor. -->