This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3-jdo in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
commit 14964629770605dfdda6569ec31c2a65dcd6d71f Author: Dan Haywood <[email protected]> AuthorDate: Thu Nov 13 06:50:15 2025 +0000 updates to 3.5.0 --- module-simple-tests/pom.xml | 2 +- module-simple/pom.xml | 2 +- pom.xml | 6 +++--- webapp-tests/pom.xml | 2 +- webapp/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml index f193f15..bea2d3b 100644 --- a/module-simple-tests/pom.xml +++ b/module-simple-tests/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0</version> + <version>3.5.0</version> </parent> <artifactId>simpleapp-jpa-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index d5c77a4..3422328 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0</version> + <version>3.5.0</version> </parent> <artifactId>simpleapp-jpa-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index d37df65..e4c949f 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>3.4.0</version> + <version>3.5.0</version> <relativePath/> </parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0</version> + <version>3.5.0</version> <name>SimpleApp (JPA) - Parent</name> @@ -103,7 +103,7 @@ <id>nightly</id> <activation> <property> - <name>!skip.nightly</name> + <name>use.nightly</name> </property> </activation> <repositories> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index f115843..c216d5c 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0</version> + <version>3.5.0</version> </parent> <artifactId>simpleapp-jpa-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 6ae2a31..70f905c 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0</version> + <version>3.5.0</version> </parent> <artifactId>simpleapp-jpa-webapp</artifactId>
