Author: aheritier Date: Thu Jul 20 21:32:38 2006 New Revision: 424173 URL: http://svn.apache.org/viewvc?rev=424173&view=rev Log: [maven-scm-plugin] prepare release 1.10
Modified: maven/maven-1/plugins/trunk/ant/project.xml maven/maven-1/plugins/trunk/ant/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/ant/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/ant/project.xml?rev=424173&r1=424172&r2=424173&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ant/project.xml (original) +++ maven/maven-1/plugins/trunk/ant/project.xml Thu Jul 20 21:32:38 2006 @@ -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. */ --> - -<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> <pomVersion>3</pomVersion> <id>maven-ant-plugin</id> <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> <shortDescription>Generate Ant build file</shortDescription> <versions> @@ -58,6 +56,11 @@ <name>1.9</name> <tag>MAVEN_ANT_1_9</tag> </version> + <version> + <id>1.10</id> + <name>1.10</name> + <tag>MAVEN_ANT_1_10</tag> + </version> </versions> <developers> <developer> @@ -104,7 +107,7 @@ </properties> </dependency> </dependencies> - <reports> + <reports> <report>maven-changes-plugin</report> <report>maven-changelog-plugin</report> <report>maven-file-activity-plugin</report> Modified: maven/maven-1/plugins/trunk/ant/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/ant/xdocs/changes.xml?rev=424173&r1=424172&r2=424173&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ant/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/ant/xdocs/changes.xml Thu Jul 20 21:32:38 2006 @@ -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. */ --> - <document> <properties> <title>Ant plugin changes</title> @@ -25,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Arnaud Heritier</author> </properties> <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="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>