You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/12 08:41:53 UTC

svn commit: r506353 - /maven/ant-tasks/trunk/pom.xml

Author: jvanzyl
Date: Sun Feb 11 23:41:53 2007
New Revision: 506353

URL: http://svn.apache.org/viewvc?view=rev&rev=506353
Log:
o a new life!

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?view=diff&rev=506353&r1=506352&r2=506353
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Sun Feb 11 23:41:53 2007
@@ -19,13 +19,14 @@
 <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">
   <parent>
-    <artifactId>maven</artifactId>
+    <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-artifact-ant</artifactId>
-  <name>Maven Tasks for Ant</name>
+  <artifactId>maven-ant-tasks</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Maven Ant Task</name>
   <build>
     <plugins>
       <plugin>