svn commit: r1913276 - /cocoon/trunk/parent/pom.xml
[email protected] Tue, 24 Oct 2023 17:56:11 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: cdutz
Date: Tue Oct 24 17:56:11 2023
New Revision: 1913276
URL: http://svn.apache.org/viewvc?rev=1913276&view=rev
Log:
chore: Ensured the right release-profile is selected and all modules are released with the same version.
Modified:
cocoon/trunk/parent/pom.xml
Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=1913276&r1=1913275&r2=1913276&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Tue Oct 24 17:56:11 2023
@@ -2597,6 +2597,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
+ <!-- Tell the plugin to always release all modules using the same version -->
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <releaseProfiles>apache-release</releaseProfiles>
<tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.3/${project.artifactId}</tagBase>
</configuration>
</plugin>