This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/maintenance-branch by this 
push:
     new 140c7d54525 CAUSEWAY-3952: [v2] adds revision var where missing (pom)
140c7d54525 is described below

commit 140c7d545251be78f8d0e3b19d3b6795bff39c28
Author: andi-huber <[email protected]>
AuthorDate: Fri Jan 16 08:50:30 2026 +0100

    CAUSEWAY-3952: [v2] adds revision var where missing (pom)
---
 bom/pom.xml      | 2 --
 pom.xml          | 3 +++
 starters/pom.xml | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 195936f26d2..ed6d0976be6 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2665,8 +2665,6 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                             <resourceBundles>
                                 
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
                             </resourceBundles>
-                            
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                            <!-- APACHE CAUSEWAY customisation 12/21: end -->
                         </configuration>
                     </execution>
                 </executions>
diff --git a/pom.xml b/pom.xml
index e88603e9bf5..ce51fd82e58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,9 @@
     </description>
 
     <properties>
+        <revision>2.2.0-SNAPSHOT</revision> <!-- can be overidden like mvn
+        -Drevision=2.7.8 -->
+    
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.deploy.skip>true</maven.deploy.skip> <!-- don't deploy the 
aggregator -->
        </properties>
diff --git a/starters/pom.xml b/starters/pom.xml
index 1f014e4c977..70b61e11e4f 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -45,6 +45,8 @@
        <url>https://causeway.apache.org</url>
 
        <properties>
+        <revision>2.2.0-SNAPSHOT</revision> <!-- can be overidden like mvn
+        -Drevision=2.7.8 -->
 
                <maven.compiler.release>11</maven.compiler.release>
 

Reply via email to