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/08/09 10:57:08 UTC

svn commit: r429999 - /cocoon/trunk/blocks/cocoon-batik/pom.xml

Author: reinhard
Date: Wed Aug  9 01:57:08 2006
New Revision: 429999

URL: http://svn.apache.org/viewvc?rev=429999&view=rev
Log:
[maven-release-plugin] prepare release cocoon-batik-1

Modified:
    cocoon/trunk/blocks/cocoon-batik/pom.xml

Modified: cocoon/trunk/blocks/cocoon-batik/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-batik/pom.xml?rev=429999&r1=429998&r2=429999&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-batik/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-batik/pom.xml Wed Aug  9 01:57:08 2006
@@ -29,16 +29,22 @@
 
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-batik</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>1</version>
 
   <packaging>pom</packaging>
 
   <name>Batik Block</name>
 
-  <description/>
+  <description />
 
   <modules>
     <module>cocoon-batik-impl</module>
     <module>cocoon-batik-sample</module>
   </modules>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-batik-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-batik-1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-batik-1</url>
+  </scm>
 </project>