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/04/15 22:05:39 UTC

svn commit: r1739355 - in /commons/proper/net/tags/NET_3_5_RC1: ./ pom.xml

Author: sebb
Date: Fri Apr 15 20:05:39 2016
New Revision: 1739355

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

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

Modified: commons/proper/net/tags/NET_3_5_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_5_RC1/pom.xml?rev=1739355&r1=1739354&r2=1739355&view=diff
==============================================================================
--- commons/proper/net/tags/NET_3_5_RC1/pom.xml (original)
+++ commons/proper/net/tags/NET_3_5_RC1/pom.xml Fri Apr 15 20:05:39 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_RC1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_5_RC1</developerConnection>
+        <url>http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_5_RC1</url>
     </scm>
 
     <developers>