Author: rgoers
Date: Sun Jul 24 18:35:07 2011
New Revision: 1150456

URL: http://svn.apache.org/viewvc?rev=1150456&view=rev
Log:
Change the commons net version for VFS-348

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=1150456&r1=1150455&r2=1150456&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Jul 24 18:35:07 2011
@@ -139,12 +139,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.2-SNAPSHOT</version>
+          <version>2.2</version>
           <configuration>
             <preparationGoals>clean verify exec:exec -Dexec.executable=svn 
-Dexec.args="add RELEASE-NOTES.txt"</preparationGoals>
             <completionGoals>exec:exec -Dexec.executable=svn 
-Dexec.args="delete RELEASE-NOTES.txt"</completionGoals>
@@ -289,7 +289,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>2.0</version>
+        <version>2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
@@ -405,20 +405,6 @@
        get the build done and then uses the assembly to package it up.
   -->
   <profiles>
-   <profile>
-     <id>Nexus</id>
-     <activation>
-       <activeByDefault>true</activeByDefault>
-     </activation>
-
-     <repositories>
-       <repository>
-         <id>Nexus</id>
-         
<url>https://repository.apache.org/content/repositories/orgapachecommons-008</url>
-       </repository>
-     </repositories>
-
-   </profile>
     <profile>
       <id>apache-release</id>
       <build>


Reply via email to