Author: sebb
Date: Wed Jul 14 10:10:44 2010
New Revision: 963999

URL: http://svn.apache.org/viewvc?rev=963999&view=rev
Log:
We are now trunk; change to next SNAPSHOT version

Modified:
    commons/proper/net/trunk/pom.xml

Modified: commons/proper/net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=963999&r1=963998&r2=963999&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Wed Jul 14 10:10:44 2010
@@ -25,7 +25,7 @@ limitations under the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
     <name>Commons Net</name>
     <description>
         A collection of network utilities and protocol implementations.
@@ -37,9 +37,9 @@ limitations under the License.
     </issueManagement>
     <inceptionYear>2001</inceptionYear>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection>
-        
<url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/trunk</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/proper/net/trunk</url>
     </scm>
 
     <developers>


Reply via email to