Author: bodewig
Date: Fri Apr 20 04:40:10 2012
New Revision: 1328195
URL: http://svn.apache.org/viewvc?rev=1328195&view=rev
Log:
1.2 released
Modified:
ant/antlibs/compress/trunk/changes.xml
ant/antlibs/compress/trunk/doap_CompressAntlib.rdf
ant/antlibs/compress/trunk/version.properties
Modified: ant/antlibs/compress/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/changes.xml?rev=1328195&r1=1328194&r2=1328195&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/changes.xml (original)
+++ ant/antlibs/compress/trunk/changes.xml Fri Apr 20 04:40:10 2012
@@ -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
Modified: ant/antlibs/compress/trunk/doap_CompressAntlib.rdf
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/doap_CompressAntlib.rdf?rev=1328195&r1=1328194&r2=1328195&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/doap_CompressAntlib.rdf (original)
+++ ant/antlibs/compress/trunk/doap_CompressAntlib.rdf Fri Apr 20 04:40:10 2012
@@ -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"/>
Modified: ant/antlibs/compress/trunk/version.properties
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/version.properties?rev=1328195&r1=1328194&r2=1328195&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/version.properties (original)
+++ ant/antlibs/compress/trunk/version.properties Fri Apr 20 04:40:10 2012
@@ -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