Author: henning
Date: Thu Nov 4 04:55:46 2010
New Revision: 1030835
URL: http://svn.apache.org/viewvc?rev=1030835&view=rev
Log:
remove unneccessary local release plugin config
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1030835&r1=1030834&r2=1030835&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Nov 4 04:55:46 2010
@@ -166,12 +166,6 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <arguments>-Papache-release</arguments>
- </configuration>
- </plugin>
</plugins>
</build>