Author: simonetripodi
Date: Thu Jun 28 09:23:43 2012
New Revision: 1354879
URL: http://svn.apache.org/viewvc?rev=1354879&view=rev
Log:
restored the the `apache` profile activated by the release-plugin- it is
described in the release guide (site has to be updated...)
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1354879&r1=1354878&r2=1354879&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jun 28 09:23:43 2012
@@ -548,7 +548,7 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>false</autoVersionSubmodules>
- <arguments>-Papache-release,release</arguments>
+ <arguments>-Papache-release,release,apache</arguments>
</configuration>
</plugin>
</plugins>