You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/05/22 14:07:01 UTC

svn commit: r1745046 - /commons/proper/fileupload/branches/b1_3/pom.xml

Author: britter
Date: Sun May 22 14:07:01 2016
New Revision: 1745046

URL: http://svn.apache.org/viewvc?rev=1745046&view=rev
Log:
Fix release and SCM information

Modified:
    commons/proper/fileupload/branches/b1_3/pom.xml

Modified: commons/proper/fileupload/branches/b1_3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/pom.xml?rev=1745046&r1=1745045&r2=1745046&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/pom.xml (original)
+++ commons/proper/fileupload/branches/b1_3/pom.xml Sun May 22 14:07:01 2016
@@ -167,9 +167,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.3.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.3.2</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/tags/commons-fileupload-1.3.2</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/branches/b1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/branches/b1_3</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3</url>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -181,7 +181,7 @@
     <maven.compiler.target>1.5</maven.compiler.target>
     <maven.compile.encoding>ISO-8859-1</maven.compile.encoding>
     <commons.componentid>fileupload</commons.componentid>
-    <commons.release.version>1.3.1</commons.release.version>
+    <commons.release.version>1.3.2</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>FILEUPLOAD</commons.jira.id>
     <commons.jira.pid>12310476</commons.jira.pid>