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 2006/12/07 17:26:06 UTC

svn commit: r483523 - /cocoon/trunk/tools/archetypes/pom.xml

Author: reinhard
Date: Thu Dec  7 08:26:05 2006
New Revision: 483523

URL: http://svn.apache.org/viewvc?view=rev&rev=483523
Log:
[maven-release-plugin] prepare release cocoon-archetypes-2

Modified:
    cocoon/trunk/tools/archetypes/pom.xml

Modified: cocoon/trunk/tools/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/archetypes/pom.xml?view=diff&rev=483523&r1=483522&r2=483523
==============================================================================
--- cocoon/trunk/tools/archetypes/pom.xml (original)
+++ cocoon/trunk/tools/archetypes/pom.xml Thu Dec  7 08:26:05 2006
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-archetypes</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>2</version>
   <name>Cocoon Archetypes [modules]</name>
   <packaging>pom</packaging>
   <modules>
@@ -38,6 +38,8 @@
     <module>cocoon-22-archetype-webapp</module>
   </modules>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/tools/archetypes</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-archetypes-2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-archetypes-2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-archetypes-2</url>
   </scm>
 </project>