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 2021/07/13 05:49:01 UTC

[isis-app-simpleapp] 03/03: updates parent pom to 2.0.0-M5.20210713-0226-85ec9782

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-simpleapp.git

commit 170bf69be22ffb5ae599c9005b63a21a2f4f9227
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jul 13 06:48:38 2021 +0100

    updates parent pom to 2.0.0-M5.20210713-0226-85ec9782
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71fd836..31d6f95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M5.20210713-0226-85ec9782</version>
         <relativePath/>
     </parent>
 
@@ -19,7 +19,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <isis.version>2.0.0-SNAPSHOT</isis.version>
+        <isis.version>2.0.0-M5.20210713-0226-85ec9782</isis.version>
         <java.version>11</java.version>
         <maven-cucumber-reporting.version>5.3.0</maven-cucumber-reporting.version>
         <archunit.version>0.14.1</archunit.version>