You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/01/27 08:59:42 UTC

[isis-app-simpleapp] branch jpa updated: set the jpa branch to version 2.0.0-SNAPSHOT

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

ahuber pushed a commit to branch jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/jpa by this push:
     new 67c4d4f  set the jpa branch to version 2.0.0-SNAPSHOT
67c4d4f is described below

commit 67c4d4f5e4e7bf7ade36efeab7f0f6c157f1ce03
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jan 27 09:59:29 2021 +0100

    set the jpa branch to version 2.0.0-SNAPSHOT
    
    so it is distinct from the jdo variant (jdo branch)
---
 module-simple/pom.xml | 2 +-
 pom.xml               | 2 +-
 webapp/pom.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 75410a9..8f771ea 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-module-simple</artifactId>
diff --git a/pom.xml b/pom.xml
index d4b6d28..7ef6a1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.isis.starters</groupId>
     <artifactId>simpleapp</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <name>SimpleApp - Parent</name>
 
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 91795f0..0b681c0 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-webapp</artifactId>