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 2008/08/05 21:53:20 UTC

svn commit: r682905 - /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml

Author: reinhard
Date: Tue Aug  5 12:53:19 2008
New Revision: 682905

URL: http://svn.apache.org/viewvc?rev=682905&view=rev
Log:
[maven-release-plugin] prepare release cocoon-rcl-spring-reloader-1.0.0-M3

Modified:
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml

Modified: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml?rev=682905&r1=682904&r2=682905&view=diff
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml Tue Aug  5 12:53:19 2008
@@ -26,11 +26,11 @@
   <parent>
     <artifactId>cocoon-tools-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>5-SNAPSHOT</version>
+    <version>7</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-rcl-spring-reloader</artifactId>
-  <version>1.0.0-RC1-SNAPSHOT</version>
+  <version>1.0.0-M3</version>
   <name>Cocoon Reloading ClassLoader - Spring reloader</name>
   <description>
    This module provides a single class "SpringReloader" that is used by the
@@ -97,4 +97,10 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-rcl-spring-reloader/cocoon-rcl-spring-reloader-1.0.0-M3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-rcl-spring-reloader/cocoon-rcl-spring-reloader-1.0.0-M3</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-rcl-spring-reloader/cocoon-rcl-spring-reloader-1.0.0-M3</url>
+  </scm>
 </project>