You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 11:35:24 UTC

svn commit: r1356144 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Mon Jul  2 09:35:23 2012
New Revision: 1356144

URL: http://svn.apache.org/viewvc?rev=1356144&view=rev
Log:
update release info when deploying artifacts

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356144&r1=1356143&r2=1356144&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 09:35:23 2012
@@ -487,6 +487,10 @@
         <plugin>
           <artifactId>maven-deploy-plugin</artifactId>
           <version>${maven-deploy-plugin.version}</version>
+          <inherited>true</inherited>
+          <configuration>
+            <updateReleaseInfo>true</updateReleaseInfo>
+          </configuration>
         </plugin>
 
         <plugin>