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/25 11:49:13 UTC

svn commit: r579155 - /cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml

Author: reinhard
Date: Tue Sep 25 02:49:12 2007
New Revision: 579155

URL: http://svn.apache.org/viewvc?rev=579155&view=rev
Log:
[maven-release-plugin] prepare release cocoon-xml-api-1.0.0-RC2

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

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml?rev=579155&r1=579154&r2=579155&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml Tue Sep 25 02:49:12 2007
@@ -28,11 +28,11 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>5-SNAPSHOT</version>
+    <version>5</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-xml-api</artifactId>
-  <version> 1.0.0-RC2-SNAPSHOT</version>
+  <version>1.0.0-RC2</version>
   <name>Cocoon XML API</name>
   <description>
     DOMParser and SAXParser interface.
@@ -51,4 +51,10 @@
     </site>
   </distributionManagement>    
   
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-xml-api/cocoon-xml-api-1.0.0-RC2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-xml-api/cocoon-xml-api-1.0.0-RC2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-xml-api/cocoon-xml-api-1.0.0-RC2</url>
+  </scm>
 </project>