1.2 released

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/compress/trunk@1328195 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/changes.xml b/changes.xml
index a2c669a..6089228 100644
--- a/changes.xml
+++ b/changes.xml
@@ -37,7 +37,10 @@
       <title>Apache Compress Ant Library</title>
     </properties>
 
-    <release version="1.2" date="unreleased">
+    <release version="1.3" date="unreleased">
+    </release>
+
+    <release version="1.2" date="2012-04-20">
       <action type="update" breaks-bwc="true">
         The Apache Compress Antlib now requires Apache Commons
         Compress 1.4 and the public domain XZ for Java library if you
diff --git a/doap_CompressAntlib.rdf b/doap_CompressAntlib.rdf
index 8a9832f..3d1f610 100644
--- a/doap_CompressAntlib.rdf
+++ b/doap_CompressAntlib.rdf
@@ -28,8 +28,8 @@
     <asfext:pmc rdf:resource="http://ant.apache.org/" />
     <shortdesc>Provides Support for Some Archive Formats not Supported by Ant's Core</shortdesc>
     <description>This is a library of Ant tasks and types uses Apache
-      Commons Compress to support additional archive formats like ar, pack200
-      and cpio.</description>
+      Commons Compress to support additional archive formats like ar,
+      pack200, xz and cpio.</description>
     <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Ant" />
     <mailing-list rdf:resource="http://ant.apache.org/mail.html" />
     <download-page rdf:resource="http://ant.apache.org/antlibs/bindownload.cgi" />
@@ -49,6 +49,13 @@
         <revision>1.1</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Apache Compress Ant Library 1.2</name>
+        <created>2012-04-20</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/ant/antlibs/compress"/>
diff --git a/version.properties b/version.properties
index cce379b..917de07 100644
--- a/version.properties
+++ b/version.properties
@@ -12,4 +12,4 @@
 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
-artifact.version=1.2Alpha
+artifact.version=1.3Alpha