Skip to content

Commit

Permalink
Download page will list 1.5 and 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 25, 2023
1 parent 63d44c0 commit 2425b7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,17 @@ Alternatively, you can pull it from the central Maven repositories:
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
```

The upcoming version 2.0.0 will be:

```xml
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2</artifactId>
<version>2.0.0</version>
</dependency>
```

Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,11 @@
<commons.componentid>fileupload</commons.componentid>
<commons.module.name>org.apache.commons.fileupload</commons.module.name>
<commons.release.version>2.0.0</commons.release.version>
<commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc>
<commons.release.desc>in the org.apache.commons.fileupload2 namespace for Java ${maven.compiler.target} or later</commons.release.desc>

<commons.release.2.version>1.5</commons.release.2.version>
<commons.release.2.desc>in the org.apache.commons.fileupload namespace for Java 6</commons.release.2.desc>

<commons.jira.id>FILEUPLOAD</commons.jira.id>
<commons.jira.pid>12310476</commons.jira.pid>
<commons.site.path>fileupload</commons.site.path>
Expand Down

0 comments on commit 2425b7e

Please sign in to comment.