You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/09/26 14:01:00 UTC

svn commit: r579623 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: reinhard
Date: Wed Sep 26 05:00:59 2007
New Revision: 579623

URL: http://svn.apache.org/viewvc?rev=579623&view=rev
Log:
[maven-release-plugin] prepare release cocoon-core-2.2.0-RC2

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=579623&r1=579622&r2=579623&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Wed Sep 26 05:00:59 2007
@@ -27,10 +27,10 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>5</version>
   </parent>
   <artifactId>cocoon-core</artifactId>
-  <version>2.2.0-RC2-SNAPSHOT</version>
+  <version>2.2.0-RC2</version>
   <name>Cocoon Core</name>
   <description>
     Module that contains dependencies to all modules normally needed for a basic
@@ -119,9 +119,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/</developerConnection>
-    <url>http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core/cocoon-core-2.2.0-RC2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core/cocoon-core-2.2.0-RC2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core/cocoon-core-2.2.0-RC2</url>
   </scm>
 
   <dependencies>
@@ -140,6 +140,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-sitemap-impl</artifactId>
+      <version>1.0.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -249,6 +250,7 @@
       <artifactId>cocoon-sitemap-impl</artifactId>
       <scope>test</scope>
       <type>test-jar</type>
+      <version>1.0.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>xmlunit</groupId>