You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/08 11:25:26 UTC

svn commit: r1511644 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Thu Aug  8 09:25:26 2013
New Revision: 1511644

URL: http://svn.apache.org/r1511644
Log:
Some fix in the main pom relative to the maven release plugin

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1511644&r1=1511643&r2=1511644&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Thu Aug  8 09:25:26 2013
@@ -144,9 +144,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <tagNameFormat>@{project.version}</tagNameFormat>
-          </configuration>
+          <version>2.4.1</version>
         </plugin>
 
         <plugin>
@@ -216,6 +214,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
+          <tagNameFormat>
+            @{project.version}
+          </tagNameFormat>
           <tagBase>
             https://svn.apache.org/repos/asf/directory/mavibot/tags
           </tagBase>