Author: bodewig
Date: Tue Aug 16 07:38:07 2011
New Revision: 1158138
URL: http://svn.apache.org/viewvc?rev=1158138&view=rev
Log:
1.2 released. also update viewvc link while I was inside the doap file
Modified:
ant/antlibs/antunit/trunk/changes.xml
ant/antlibs/antunit/trunk/doap_AntUnit.rdf
Modified: ant/antlibs/antunit/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/changes.xml?rev=1158138&r1=1158137&r2=1158138&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/changes.xml (original)
+++ ant/antlibs/antunit/trunk/changes.xml Tue Aug 16 07:38:07 2011
@@ -37,7 +37,10 @@
<title>Apache AntUnit</title>
</properties>
- <release version="1.2" date="not-released">
+ <release version="1.3" date="not-released">
+ </release>
+
+ <release version="1.2" date="2011-08-16">
<action type="update" breaks-bwc="true">
assertResourceContains now first validates that the given
resource actually exists using assertResourceExists - this may
Modified: ant/antlibs/antunit/trunk/doap_AntUnit.rdf
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/doap_AntUnit.rdf?rev=1158138&r1=1158137&r2=1158138&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/doap_AntUnit.rdf (original)
+++ ant/antlibs/antunit/trunk/doap_AntUnit.rdf Tue Aug 16 07:38:07 2011
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+ Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
@@ -38,6 +38,13 @@
<category rdf:resource="http://projects.apache.org/category/testing"/>
<release>
<Version>
+ <name>Apache AntUnit 1.2</name>
+ <created>2011-08-16</created>
+ <revision>1.2</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
<name>Apache AntUnit 1.1</name>
<created>2008-09-26</created>
<revision>1.1</revision>
@@ -53,7 +60,7 @@
<repository>
<SVNRepository>
<location
rdf:resource="http://svn.apache.org/repos/asf/ant/antlibs/antunit"/>
- <browse
rdf:resource="http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit"/>
+ <browse
rdf:resource="http://svn.apache.org/viewvc/ant/antlibs/antunit"/>
</SVNRepository>
</repository>
</Project>