You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/05/02 12:09:59 UTC

svn commit: r1332974 - /incubator/syncope/trunk/pom.xml

Author: ilgrosso
Date: Wed May  2 10:09:59 2012
New Revision: 1332974

URL: http://svn.apache.org/viewvc?rev=1332974&view=rev
Log:
Improving release plugin conf

Modified:
    incubator/syncope/trunk/pom.xml

Modified: incubator/syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1332974&r1=1332973&r2=1332974&view=diff
==============================================================================
--- incubator/syncope/trunk/pom.xml (original)
+++ incubator/syncope/trunk/pom.xml Wed May  2 10:09:59 2012
@@ -89,8 +89,9 @@ under the License.
         <version>2.2.2</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
-          <arguments>-Papache-release</arguments>
+          <releaseProfiles>apache-release</releaseProfiles>
           <autoVersionSubmodules>true</autoVersionSubmodules>
+          <tagNameFormat>syncope-@{project.version}</tagNameFormat>
         </configuration>
       </plugin>
     </plugins>