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/03/28 09:21:58 UTC

svn commit: r642126 - /cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/pom.xml

Author: reinhard
Date: Fri Mar 28 01:21:58 2008
New Revision: 642126

URL: http://svn.apache.org/viewvc?rev=642126&view=rev
Log:
[maven-release-plugin] prepare release cocoon-22-archetype-block-plain-1.0.0

Modified:
    cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/pom.xml

Modified: cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/pom.xml?rev=642126&r1=642125&r2=642126&view=diff
==============================================================================
--- cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/pom.xml (original)
+++ cocoon/trunk/tools/archetypes/cocoon-22-archetype-block-plain/pom.xml Fri Mar 28 01:21:58 2008
@@ -17,9 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!--+
-    | @version $Id$
-    +-->
+<!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
@@ -27,11 +25,17 @@
   <parent>
     <artifactId>cocoon-tools-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>5-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../../pom.xml</relativePath>    
   </parent>  
 
   <artifactId>cocoon-22-archetype-block-plain</artifactId>
-  <version>1.0.0-RC3-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Cocoon 2.2 Archetype: Block (plain)</name>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-22-archetype-block-plain/cocoon-22-archetype-block-plain-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-22-archetype-block-plain/cocoon-22-archetype-block-plain-1.0.0</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-22-archetype-block-plain/cocoon-22-archetype-block-plain-1.0.0</url>
+  </scm>
 </project>