This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1 in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git
commit 268ee761fda72086f9d89f96ad4a0ff18e06ef04 Author: Vincent Siveton <vsive...@apache.org> AuthorDate: Tue May 20 00:26:41 2008 +0000 o readingness pom o bumped to maven-surefire-plugin:2.4.3 git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@658057 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index c4f01a4..3c3b296 100644 --- a/pom.xml +++ b/pom.xml @@ -19,26 +19,29 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>11</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>maven-ant-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Ant Plugin</name> <version>2.1-SNAPSHOT</version> + <prerequisites> <maven>2.0.6</maven> </prerequisites> + <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/MANT</url> </issueManagement> + <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -85,7 +88,18 @@ under the License. <artifactId>xalan</artifactId> <version>2.7.0</version> </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.0.b2</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + <version>1.0-alpha-9</version> + </dependency> + <!-- test --> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> @@ -122,18 +136,6 @@ under the License. <version>3.8.2</version> <scope>test</scope> </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.0.b2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>1.0-alpha-9</version> - <scope>compile</scope> - </dependency> </dependencies> <build> @@ -243,7 +245,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.3</version> + <version>2.4.3</version> </plugin> </plugins> </build> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.