Skip to content

Commit

Permalink
Preparing master branch for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenw committed Dec 27, 2018
1 parent d7518ac commit b3364fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b3364fb

Please sign in to comment.