1.2 released. also update viewvc link while I was inside the doap file
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1158138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a762884c32
commit
e751bcabf6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -36,6 +36,13 @@
|
|||
<programming-language>Java</programming-language>
|
||||
<category rdf:resource="http://projects.apache.org/category/build-management" />
|
||||
<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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue