This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/v3 by this push:
new ddd655c bumps Causeway -> 3.4.0-SNAPSHOT
ddd655c is described below
commit ddd655c9313674d56f77f5b492493a10ecc9ac2b
Author: Andi Huber <[email protected]>
AuthorDate: Wed Apr 9 07:48:07 2025 +0200
bumps Causeway -> 3.4.0-SNAPSHOT
---
codegen/pom.xml | 2 +-
domain/pom.xml | 2 +-
pom.xml | 4 ++--
testing/jdo/pom.xml | 2 +-
testing/jpa/pom.xml | 2 +-
testing/pom.xml | 2 +-
web/pom.xml | 2 +-
wicket/common/pom.xml | 2 +-
wicket/jdo/pom.xml | 2 +-
wicket/jpa-and-graphql/pom.xml | 2 +-
wicket/jpa/pom.xml | 2 +-
11 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/codegen/pom.xml b/codegen/pom.xml
index e69565f..e547593 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/domain/pom.xml b/domain/pom.xml
index e29fed0..f75f993 100644
--- a/domain/pom.xml
+++ b/domain/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>reference-app-domain</artifactId>
diff --git a/pom.xml b/pom.xml
index a57d57b..8b7e8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,12 +17,12 @@
<parent>
<groupId>org.apache.causeway.app</groupId>
<artifactId>causeway-app-starter-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version> <!-- seems superfluous, but is
required for the maven set plugin to work -->
+ <version>3.4.0-SNAPSHOT</version> <!-- seems superfluous, but is
required for the maven set plugin to work -->
<name>Reference App - Parent</name>
diff --git a/testing/jdo/pom.xml b/testing/jdo/pom.xml
index ab06ab2..5cd3cc4 100644
--- a/testing/jdo/pom.xml
+++ b/testing/jdo/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-testing</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/testing/jpa/pom.xml b/testing/jpa/pom.xml
index 9736493..0d7e4bf 100644
--- a/testing/jpa/pom.xml
+++ b/testing/jpa/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-testing</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/testing/pom.xml b/testing/pom.xml
index 58e48fc..cc13bab 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/web/pom.xml b/web/pom.xml
index e6a6fe8..37266c4 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/wicket/common/pom.xml b/wicket/common/pom.xml
index 079a2e3..666b122 100644
--- a/wicket/common/pom.xml
+++ b/wicket/common/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/wicket/jdo/pom.xml b/wicket/jdo/pom.xml
index 60708e9..4eb8634 100644
--- a/wicket/jdo/pom.xml
+++ b/wicket/jdo/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/wicket/jpa-and-graphql/pom.xml b/wicket/jpa-and-graphql/pom.xml
index 2308773..1e992af 100644
--- a/wicket/jpa-and-graphql/pom.xml
+++ b/wicket/jpa-and-graphql/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/wicket/jpa/pom.xml b/wicket/jpa/pom.xml
index 48bdc45..a435006 100644
--- a/wicket/jpa/pom.xml
+++ b/wicket/jpa/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>