This is an automated email from the ASF dual-hosted git repository.
jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new b3364fb Preparing master branch for 2.0
b3364fb is described below
commit b3364fb1801b152b3a6a646ebb962718bdfb9a18
Author: Jochen Wiedmann (jwi) <[email protected]>
AuthorDate: Thu Dec 27 13:31:13 2018 +0100
Preparing master branch for 2.0
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 81d8cd2..b8f1cf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<name>Apache Commons FileUpload</name>
<description>
@@ -198,11 +198,11 @@
</distributionManagement>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>fileupload</commons.componentid>
<commons.module.name>org.apache.commons.fileupload</commons.module.name>
- <commons.release.version>1.4</commons.release.version>
+ <commons.release.version>2.0</commons.release.version>
<commons.release.desc>(requires Java ${maven.compiler.target} or
later)</commons.release.desc>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>FILEUPLOAD</commons.jira.id>