You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/05/02 00:31:37 UTC

svn commit: r1741905 - in /commons/proper/net/tags/NET_3_5_RC3: ./ pom.xml

Author: sebb
Date: Sun May  1 22:31:37 2016
New Revision: 1741905

URL: http://svn.apache.org/viewvc?rev=1741905&view=rev
Log:
Creating NET_3_5_RC3 tag

Added:
    commons/proper/net/tags/NET_3_5_RC3/
      - copied from r1741904, commons/proper/net/trunk/
Modified:
    commons/proper/net/tags/NET_3_5_RC3/pom.xml

Modified: commons/proper/net/tags/NET_3_5_RC3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_5_RC3/pom.xml?rev=1741905&r1=1741904&r2=1741905&view=diff
==============================================================================
--- commons/proper/net/tags/NET_3_5_RC3/pom.xml (original)
+++ commons/proper/net/tags/NET_3_5_RC3/pom.xml Sun May  1 22:31:37 2016
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5</version>
     <name>Apache Commons Net</name>
     <!-- N.B. the description content is deliberately not indented
      ! to improve the layout of the Release Notes generated by mvn changes:announcement-generate
@@ -43,9 +43,9 @@ Supported protocols include: Echo, Finge
     </issueManagement>
     <inceptionYear>2001</inceptionYear>
     <scm>
-        <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>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_5</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_5</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_5</url>
     </scm>
 
     <developers>