You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/10/12 21:23:01 UTC

svn commit: r1812052 - in /commons/proper/codec/tags/commons-codec-1.11-RC1: ./ pom.xml

Author: ggregory
Date: Thu Oct 12 21:23:01 2017
New Revision: 1812052

URL: http://svn.apache.org/viewvc?rev=1812052&view=rev
Log:
Creating commons-codec-1.11-RC1 tag

Added:
    commons/proper/codec/tags/commons-codec-1.11-RC1/
      - copied from r1812050, commons/proper/codec/trunk/
Modified:
    commons/proper/codec/tags/commons-codec-1.11-RC1/pom.xml

Modified: commons/proper/codec/tags/commons-codec-1.11-RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/commons-codec-1.11-RC1/pom.xml?rev=1812052&r1=1812050&r2=1812052&view=diff
==============================================================================
--- commons/proper/codec/tags/commons-codec-1.11-RC1/pom.xml (original)
+++ commons/proper/codec/tags/commons-codec-1.11-RC1/pom.xml Thu Oct 12 21:23:01 2017
@@ -30,7 +30,7 @@ limitations under the License.
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <!-- Remember to update the version in default.properties as well -->
-  <version>1.11-SNAPSHOT</version>
+  <version>1.11</version>
   <name>Apache Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -48,9 +48,9 @@ limitations under the License.
     <url>http://issues.apache.org/jira/browse/CODEC</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/codec/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/codec/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.11</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.11</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/codec/tags/commons-codec-1.11</url>
   </scm>
   <distributionManagement>
     <site>