You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/12/05 19:33:01 UTC

svn commit: r354121 - /maven/maven-1/plugins/trunk/artifact/project.xml

Author: ltheussl
Date: Mon Dec  5 10:32:59 2005
New Revision: 354121

URL: http://svn.apache.org/viewcvs?rev=354121&view=rev
Log:
Fix namespace and add developers

Modified:
    maven/maven-1/plugins/trunk/artifact/project.xml

Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=354121&r1=354120&r2=354121&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Mon Dec  5 10:32:59 2005
@@ -16,7 +16,8 @@
  * limitations under the License.
  */
  -->
-<project>
+<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>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-artifact-plugin</id>
@@ -74,6 +75,35 @@
       <tag>maven-artifact-plugin-1.6</tag>
     </version>
   </versions>
+  <developers>
+    <developer>
+      <name>Brett Porter</name>
+      <id>brett</id>
+      <email>brett@apache.org</email>
+      <organization>f2 network</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Arnaud Heritier</name>
+      <id>aheritier</id>
+      <email>aheritier@apache.org</email>
+      <organization>Octo Technology</organization>
+      <roles>
+        <role>Release Manager</role>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Lukas Theussl</name>
+      <id>ltheussl</id>
+      <email>ltheussl@apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+  </developers>
   <dependencies>
     <dependency>
       <groupId>maven</groupId>