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:48:59 UTC

[isis-app-simpleapp] 01/03: adds isis.version property

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 b3d4e72d67a63a5a183daeb403bfa4b271232b8a
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jul 13 06:47:13 2021 +0100

    adds isis.version property
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0066f4c..71fd836 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
     <packaging>pom</packaging>
 
     <properties>
+        <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>