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/08 10:20:53 UTC

svn commit: r1347936 - /cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml

Author: ilgrosso
Date: Fri Jun  8 08:20:52 2012
New Revision: 1347936

URL: http://svn.apache.org/viewvc?rev=1347936&view=rev
Log:
Overriding the release plugin for setting the tag base in the correct repo location (and version one step back)

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

Modified: cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml?rev=1347936&r1=1347935&r2=1347936&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml Fri Jun  8 08:20:52 2012
@@ -31,7 +31,7 @@
     <version>9</version>
   </parent>
   <artifactId>cocoon-serializers-charsets</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <name>Apache Cocoon Serializers Charsets</name>
   
   <scm>
@@ -76,6 +76,14 @@
           </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-serializers-charsets/tags</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>