You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2007/12/19 22:21:18 UTC

svn commit: r605708 - /commons/proper/fileupload/trunk/pom.xml

Author: jochen
Date: Wed Dec 19 13:21:18 2007
New Revision: 605708

URL: http://svn.apache.org/viewvc?rev=605708&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=605708&r1=605707&r2=605708&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Wed Dec 19 13:21:18 2007
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons.fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.2.1</version>
+  <version>1.2.2-SNAPSHOT</version>
   <name>Commons FileUpload</name>
   <description>
     The FileUpload component provides a simple yet flexible means of adding support for multipart
@@ -99,9 +99,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.1rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.1rc1</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/tags/commons-fileupload-1.2.1rc1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/trunk</url>
   </scm>
   <properties>
     <maven.compile.source>1.3</maven.compile.source>