svn commit: r1347939 - /cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Fri Jun 8 08:22:27 2012
New Revision: 1347939
URL: http://svn.apache.org/viewvc?rev=1347939&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=1347939&r1=1347938&r2=1347939&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-serializers-charsets/trunk/pom.xml Fri Jun 8 08:22:27 2012
@@ -38,7 +38,6 @@
<connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-serializers-charsets/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-serializers-charsets/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-serializers-charsets/trunk</url>
- <tag>scm:svn:https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-serializers-charsets/tags</tag>
</scm>
<distributionManagement>
@@ -77,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>