This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/master by this push:
new 3ffc19e pom fix: revert removal of duplicated version line
3ffc19e is described below
commit 3ffc19e3fe7e3d448e06c83c9e489360f640feb0
Author: andi-huber <[email protected]>
AuthorDate: Thu Apr 4 06:26:39 2024 +0200
pom fix: revert removal of duplicated version line
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 76263f9..cfdb011 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<groupId>org.apache.causeway.examples.apps</groupId>
<artifactId>reference-app-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version> <!-- seems superfluous, but is
required for the maven set plugin to work -->
<name>Reference App</name>