svn commit: r1906562 - in /cocoon/branches/cocoon-2.2.1: blocks/pom.xml commons/pom.xml core/pom.xml dists/pom.xml parent/pom.xml tools/pom.xml
[email protected] Tue, 10 Jan 2023 20:21:02 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: javier
Date: Tue Jan 10 20:21:01 2023
New Revision: 1906562
URL: http://svn.apache.org/viewvc?rev=1906562&view=rev
Log:
Prepare release. Set parent pom.xml to last stable version 10.
Modified:
cocoon/branches/cocoon-2.2.1/blocks/pom.xml
cocoon/branches/cocoon-2.2.1/commons/pom.xml
cocoon/branches/cocoon-2.2.1/core/pom.xml
cocoon/branches/cocoon-2.2.1/dists/pom.xml
cocoon/branches/cocoon-2.2.1/parent/pom.xml
cocoon/branches/cocoon-2.2.1/tools/pom.xml
Modified: cocoon/branches/cocoon-2.2.1/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/pom.xml?rev=1906562&r1=1906561&r2=1906562&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/pom.xml Tue Jan 10 20:21:01 2023
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-blocks-modules</artifactId>
Modified: cocoon/branches/cocoon-2.2.1/commons/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/commons/pom.xml?rev=1906562&r1=1906561&r2=1906562&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/commons/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/commons/pom.xml Tue Jan 10 20:21:01 2023
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../parent</relativePath>
</parent>
<groupId>org.apache.cocoon</groupId>
Modified: cocoon/branches/cocoon-2.2.1/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/pom.xml?rev=1906562&r1=1906561&r2=1906562&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/pom.xml Tue Jan 10 20:21:01 2023
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cocoon/branches/cocoon-2.2.1/dists/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/dists/pom.xml?rev=1906562&r1=1906561&r2=1906562&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/dists/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/dists/pom.xml Tue Jan 10 20:21:01 2023
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-dists-modules</artifactId>
Modified: cocoon/branches/cocoon-2.2.1/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/parent/pom.xml?rev=1906562&r1=1906561&r2=1906562&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/parent/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/parent/pom.xml Tue Jan 10 20:21:01 2023
@@ -3302,7 +3302,7 @@
<profiles>
<profile>
- <id>release</id>
+ <id>release</id>
<build>
<plugins>
<plugin>
Modified: cocoon/branches/cocoon-2.2.1/tools/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/tools/pom.xml?rev=1906562&r1=1906561&r2=1906562&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/tools/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/tools/pom.xml Tue Jan 10 20:21:01 2023
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-tools-modules</artifactId>
@@ -35,12 +35,12 @@
<modules>
<module>archetypes/cocoon-22-archetype-block</module>
- <module>archetypes/cocoon-22-archetype-block-plain</module>
- <module>archetypes/cocoon-22-archetype-webapp</module>
+ <module>archetypes/cocoon-22-archetype-block-plain</module>
+ <module>archetypes/cocoon-22-archetype-webapp</module>
<module>cocoon-maven-reports</module>
<module>cocoon-maven-docs-cleaner-plugin</module>
<module>cocoon-maven-javadocs-script-report</module>
- <module>cocoon-sitemaptags2daisy-plugin</module>
+ <module>cocoon-sitemaptags2daisy-plugin</module>
</modules>
<scm>