This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch jdo-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
commit dbd0f12a97699edef88c07896fe8e207fc5100ed Author: danhaywood <[email protected]> AuthorDate: Tue Oct 10 07:12:21 2023 +0100 Revert "2.0.0-SNAPSHOT -> 2.0.0-RC3" This reverts commit fc56d1e2a671ca7f71f89fa5dc20c221a7042f8e. --- module-simple-tests/pom.xml | 2 +- module-simple/pom.xml | 2 +- pom.xml | 4 ++-- webapp-tests/pom.xml | 2 +- webapp/pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml index c7a5394..2edd058 100644 --- a/module-simple-tests/pom.xml +++ b/module-simple-tests/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-RC3</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index 7f61cc4..84f5b02 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-RC3</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index e442aa2..c7d5af4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.apache.causeway.app</groupId> <artifactId>causeway-app-starter-parent</artifactId> - <version>2.0.0-RC3</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-RC3</version> + <version>2.0.0-SNAPSHOT</version> <name>SimpleApp (JDO) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index 0fd317b..10d70e7 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-RC3</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index fc24223..7072f62 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-RC3</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-webapp</artifactId> @@ -17,7 +17,7 @@ </description> <packaging>jar</packaging> - + <properties> <!-- https://stackoverflow.com/questions/38983934/cannot-get-maven-project-version-property-in-a-spring-application-with-value/38983935#38983935 --> <resource.delimiter>^</resource.delimiter>
