svn commit: r1913416 - /cocoon/trunk/pom.xml
[email protected] Sun, 29 Oct 2023 11:16:21 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: cdutz
Date: Sun Oct 29 11:16:21 2023
New Revision: 1913416
URL: http://svn.apache.org/viewvc?rev=1913416&view=rev
Log:
chore: Adding the allblocks and alldists profiles to the "rleeaseProfiles"
Modified:
cocoon/trunk/pom.xml
Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=1913416&r1=1913415&r2=1913416&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Sun Oct 29 11:16:21 2023
@@ -2608,7 +2608,7 @@
<configuration>
<!-- Tell the plugin to always release all modules using the same version -->
<autoVersionSubmodules>true</autoVersionSubmodules>
- <releaseProfiles>apache-release</releaseProfiles>
+ <releaseProfiles>apache-release,allblocks,alldists</releaseProfiles>
<tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.3/${project.artifactId}</tagBase>
</configuration>
</plugin>