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

rombert pushed a commit to branch issue/SLING-8307-2
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit d3eb1184e6ffe61f3e177140b97c719413684aad
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 15:19:51 2025 +0200

    SLING-8307 - Update the Eclipse tooling release process after the 
restructuring and code signing changes
    
    Configure release policy for the shared bundles:
    - do not deploy shared bundles to a Maven repository when releasing
    - use the same version for all modules
---
 shared/parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shared/parent/pom.xml b/shared/parent/pom.xml
index 2c35b105..bc6a2401 100644
--- a/shared/parent/pom.xml
+++ b/shared/parent/pom.xml
@@ -66,6 +66,7 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
                         <goals>clean install</goals>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>
             </plugins>

Reply via email to