You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ja...@apache.org on 2023/02/04 13:38:06 UTC

svn commit: r1907301 - in /cocoon/branches/cocoon-2.2.1/core: cocoon-blocks-fw/cocoon-blocks-fw-impl/ cocoon-container/ cocoon-core/ cocoon-expression-language/cocoon-expression-language-api/ cocoon-expression-language/cocoon-expression-language-impl/ ...

Author: javier
Date: Sat Feb  4 13:38:06 2023
New Revision: 1907301

URL: http://svn.apache.org/viewvc?rev=1907301&view=rev
Log:
Bump parent version to 6.

Modified:
    cocoon/branches/cocoon-2.2.1/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-container/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-store/cocoon-store-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-api/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-util/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-api/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-impl/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-util/pom.xml

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-blocks-fw-impl</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-container/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-container/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-container/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-container/pom.xml Sat Feb  4 13:38:06 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
   </parent>
   <artifactId>cocoon-container</artifactId>
   <version>1.0.0-M1-SNAPSHOT</version>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml Sat Feb  4 13:38:06 2023
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
   </parent>
   <artifactId>cocoon-core</artifactId>
   <version>2.2.1-SNAPSHOT</version>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-expression-language-api</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-expression-language-impl</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Sat Feb  4 13:38:06 2023
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-pipeline-api</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml Sat Feb  4 13:38:06 2023
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
   - $Id$
   -->
@@ -23,7 +22,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-sitemap-api</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-sitemap-components</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-sitemap-impl</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-store/cocoon-store-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-store/cocoon-store-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-store/cocoon-store-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-store/cocoon-store-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-store-impl</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-api/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-api/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-thread-api</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-thread/cocoon-thread-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-thread-impl</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-util/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-util/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-util/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-util/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
   </parent>
   <artifactId>cocoon-util</artifactId>
   <version>1.1.0-SNAPSHOT</version>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml Sat Feb  4 13:38:06 2023
@@ -17,7 +17,6 @@
   specific language governing permissions and limitations
   under the License.
 -->
-
 <!--
   - This is the bare bones Cocoon web application,
   - basis for creation of custom distributions.
@@ -29,7 +28,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
   </parent>
   <artifactId>cocoon-webapp</artifactId>
   <version>2.2.1-SNAPSHOT</version>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-api/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-api/pom.xml Sat Feb  4 13:38:06 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-xml-api</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-impl/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-impl/pom.xml Sat Feb  4 13:38:06 2023
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml Sat Feb  4 13:38:06 2023
@@ -27,7 +27,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-xml-resolver</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-util/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-util/pom.xml?rev=1907301&r1=1907300&r2=1907301&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-util/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-util/pom.xml Sat Feb  4 13:38:06 2023
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>