Author: lewismc
Date: Mon Jun 25 19:38:35 2012
New Revision: 1353714
URL: http://svn.apache.org/viewvc?rev=1353714&view=rev
Log:
remove unused 'apache' argument from release-plugin
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1353714&r1=1353713&r2=1353714&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jun 25 19:38:35 2012
@@ -551,7 +551,7 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>false</autoVersionSubmodules>
- <arguments>-Papache-release,release,apache</arguments>
+ <arguments>-Papache-release,release</arguments>
</configuration>
</plugin>
</plugins>