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/15 13:56:44 UTC

[isis-app-simpleapp] 01/02: updates parent pom to 2.0.0-SNAPSHOT

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

danhaywood pushed a commit to branch ISIS-2793-keycloak-rewrite
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit 40eb6b707424c6c089f0212894c3b69372a34359
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jul 13 06:49:10 2021 +0100

    updates parent pom to 2.0.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 31d6f95..df02610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <isis.version>2.0.0-M5.20210713-0226-85ec9782</isis.version>
+        <isis.version>2.0.0-SNAPSHOT</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>