Author: rgoers
Date: Wed Nov 3 18:50:48 2010
New Revision: 1030608
URL: http://svn.apache.org/viewvc?rev=1030608&view=rev
Log:
Use the Apache release profile, not commons
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=1030608&r1=1030607&r2=1030608&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov 3 18:50:48 2010
@@ -167,6 +167,12 @@
</configuration>
</plugin>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <arguments>-Papache-release</arguments>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<!-- version inherited from commons-parent -->