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 2022/04/14 13:40:23 UTC

[isis-app-helloworld] branch jpa-SNAPSHOT updated: updates to 2.0.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new b51d9f0  updates to 2.0.0-SNAPSHOT
b51d9f0 is described below

commit b51d9f0e7fd15a556d76f9065e6a54a6d15470cf
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Apr 14 14:40:03 2022 +0100

    updates to 2.0.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 972232c..b9f799a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M7</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.apache.isis.starters</groupId>
     <artifactId>helloworld-jpa</artifactId>
-    <version>2.0.0-M7</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <name>HelloWorld (JPA)</name>