You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/06/15 09:37:16 UTC

svn commit: r1350497 - /cocoon/subprojects/cocoon-xml/trunk/pom.xml

Author: ilgrosso
Date: Fri Jun 15 07:37:16 2012
New Revision: 1350497

URL: http://svn.apache.org/viewvc?rev=1350497&view=rev
Log:
Overriding release plugin to set the correct tag location + version rollback

Modified:
    cocoon/subprojects/cocoon-xml/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-xml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-xml/trunk/pom.xml?rev=1350497&r1=1350496&r2=1350497&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-xml/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-xml/trunk/pom.xml Fri Jun 15 07:37:16 2012
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <artifactId>cocoon-xml</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache Cocoon XML Utilities</name>
   <description>Various XML utilities classes.</description>
@@ -90,6 +90,13 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.2.2</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-xml/tags/</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
     <resources>
       <resource>