brett 2004/05/15 19:03:08
Modified: ant project.xml
ant/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.7
Revision Changes Path
1.39 +6 -1 maven-plugins/ant/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ant/project.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- project.xml 16 May 2004 01:35:45 -0000 1.38
+++ project.xml 16 May 2004 02:03:08 -0000 1.39
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-ant-plugin</id>
<name>Maven Ant Plugin</name>
- <currentVersion>1.7-SNAPSHOT</currentVersion>
+ <currentVersion>1.7</currentVersion>
<description>Generates ant build files from a maven project, so that plain ant
users can build your project</description>
<shortDescription>Generate Ant build file</shortDescription>
<url>http://maven.apache.org/reference/plugins/ant/</url>
@@ -44,6 +44,11 @@
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_ANT_1_6</tag>
+ </version>
+ <version>
+ <id>1.7</id>
+ <name>1.7</name>
+ <tag>MAVEN_ANT_1_7</tag>
</version>
</versions>
<developers>
1.21 +8 -4 maven-plugins/ant/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- changes.xml 4 May 2004 00:18:10 -0000 1.20
+++ changes.xml 16 May 2004 02:03:08 -0000 1.21
@@ -24,14 +24,18 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.7" date="in CVS">
+ <release version="1.7" date="2004-05-15">
<action dev="aheritier" type="fix" issue="MPANT-14">Resources are correctly
copied to the specified targetPath.</action>
- <action dev="aheritier" type="fix" issue="MPANT-13">Corrects also
NumberFormatException. <code>pom.build.unitTest.resources</code> is made up of several
<code>resource</code> elements.</action>
- <action dev="aheritier" type="fix" issue="MPANT-12">Remove
NumberFormatException if <code>pom.build.unitTest.resources</code> doesn't
exist.</action>
+ <action dev="aheritier" type="fix" issue="MPANT-13">Corrects also
NumberFormatException.
+ <code>pom.build.unitTest.resources</code>is made up of several
+ <code>resource</code>elements.
+ </action>
+ <action dev="aheritier" type="fix" issue="MPANT-12">Remove
NumberFormatException if
+ <code>pom.build.unitTest.resources</code>doesn't exist.
+ </action>
<action dev="dion" type="fix" issue="MPANT-11">Change plugin tests to use
'assert' tags</action>
<action dev="brett" type="fix">Replace use of 'target' directory with
appropriate variables</action>
</release>
-
<release version="1.6" date="2004-03-07">
<action dev="evenisse" type="fix" issue="MPANT-8">Use relative path for
javadoc.</action>
<action dev="dion" type="fix">Check unit test source dir exists before making
relative path</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]