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>