diff --git a/README.md b/README.md
index 22da3c98e8..afd7aeae37 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,17 @@ Alternatively, you can pull it from the central Maven repositories:
commons-fileupload
commons-fileupload
- 1.4
+ 1.5
+
+```
+
+The upcoming version 2.0.0 will be:
+
+```xml
+
+ org.apache.commons
+ commons-fileupload2
+ 2.0.0
```
diff --git a/pom.xml b/pom.xml
index 014a0ee90e..fc1b77cb28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,11 @@
fileupload
org.apache.commons.fileupload
2.0.0
- (requires Java ${maven.compiler.target} or later)
+ in the org.apache.commons.fileupload2 namespace for Java ${maven.compiler.target} or later
+
+ 1.5
+ in the org.apache.commons.fileupload namespace for Java 6
+
FILEUPLOAD
12310476
fileupload