interim commit for a site build with release date but 1.2 Javadocs

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1152549 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4f80dee..d39948e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.2</version>
   <name>Commons Compress</name>
   <url>http://commons.apache.org/compress/</url>
   <description>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 05d3254..a93bdea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,10 @@
     <title>commons-compress</title>
   </properties>
   <body>
-    <release version="1.2" date="as in SVN"
+    <release version="1.3" date="unreleased"
+             description="Release 1.3 - API compatible to 1.2 but requires Java5 at runtime">
+    </release>
+    <release version="1.2" date="2011-07-31"
              description="Release 1.2 - a bugfix release, the last release expected to be compatible with Java 1.4">
       <action issue="COMPRESS-129" type="fix" date="2011-07-26">
         ZipArchiveInputStream could fail with a "Truncated ZIP" error