You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/05 21:59:39 UTC

svn commit: r1452995 - in /commons/proper/fileupload/trunk: pom.xml src/changes/changes.xml

Author: simonetripodi
Date: Tue Mar  5 20:59:39 2013
New Revision: 1452995

URL: http://svn.apache.org/r1452995
Log:
releng: as discussed in dev@ ML, there is no need to bump to a major release if just increasing JVM and adding Generics

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1452995&r1=1452994&r2=1452995&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Tue Mar  5 20:59:39 2013
@@ -26,7 +26,7 @@
 
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>1.2.3-SNAPSHOT</version>
 
   <name>Commons FileUpload</name>
   <description>
@@ -151,8 +151,8 @@
   </issueManagement>
 
   <properties>
-    <maven.compile.source>1.3</maven.compile.source>
-    <maven.compile.target>1.3</maven.compile.target>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>fileupload</commons.componentid>
     <commons.release.version>1.2.2</commons.release.version>
     <commons.jira.id>FILEUPLOAD</commons.jira.id>

Modified: commons/proper/fileupload/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/changes/changes.xml?rev=1452995&r1=1452994&r2=1452995&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/changes/changes.xml (original)
+++ commons/proper/fileupload/trunk/src/changes/changes.xml Tue Mar  5 20:59:39 2013
@@ -43,7 +43,7 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
-    <release version="2.0.0-SNAPSHOT">
+    <release version="1.2.3-SNAPSHOT">
       <action dev="simonetripodi" type="add" issue="FILEUPLOAD-218">
         Update version in POM
       </action>