[maven-scm-plugin] prepare release 1.10

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@424173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-21 04:32:38 +00:00
parent 55e99b5081
commit a88249f2bb
2 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -17,14 +17,12 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend> <extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-ant-plugin</id> <id>maven-ant-plugin</id>
<name>Maven Ant Plugin</name> <name>Maven Ant Plugin</name>
<currentVersion>1.10-SNAPSHOT</currentVersion> <currentVersion>1.10</currentVersion>
<description>Generates ant build files from a maven project, so that plain ant users can build your project</description> <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> <shortDescription>Generate Ant build file</shortDescription>
<versions> <versions>
@ -58,6 +56,11 @@
<name>1.9</name> <name>1.9</name>
<tag>MAVEN_ANT_1_9</tag> <tag>MAVEN_ANT_1_9</tag>
</version> </version>
<version>
<id>1.10</id>
<name>1.10</name>
<tag>MAVEN_ANT_1_10</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>
@ -104,7 +107,7 @@
</properties> </properties>
</dependency> </dependency>
</dependencies> </dependencies>
<reports> <reports>
<report>maven-changes-plugin</report> <report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report> <report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report> <report>maven-file-activity-plugin</report>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -17,7 +17,6 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Ant plugin changes</title> <title>Ant plugin changes</title>
@ -25,7 +24,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author> <author email="aheritier@apache.org">Arnaud Heritier</author>
</properties> </properties>
<body> <body>
<release version="1.10-SNAPSHOT" date="In SVN"> <release version="1.10" date="2006-07-21">
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action> <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
<action dev="aheritier" type="add" issue="MPANT-19">The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.</action> <action dev="aheritier" type="add" issue="MPANT-19">The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.</action>
<action dev="aheritier" type="update">The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.</action> <action dev="aheritier" type="update">The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.</action>