You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jo...@apache.org on 2006/09/01 00:48:09 UTC

svn commit: r439079 - /maven/shared/trunk/maven-user/pom.xml

Author: joakime
Date: Thu Aug 31 15:48:09 2006
New Revision: 439079

URL: http://svn.apache.org/viewvc?rev=439079&view=rev
Log:
Adding my name to maven-user/pom.xml as a test of new commit rights.


Modified:
    maven/shared/trunk/maven-user/pom.xml

Modified: maven/shared/trunk/maven-user/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/pom.xml?rev=439079&r1=439078&r2=439079&view=diff
==============================================================================
--- maven/shared/trunk/maven-user/pom.xml (original)
+++ maven/shared/trunk/maven-user/pom.xml Thu Aug 31 15:48:09 2006
@@ -3,7 +3,7 @@
   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>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
@@ -14,9 +14,20 @@
   <artifactId>maven-user</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  
+
   <name>Maven User Management</name>
   <description>User management code shared for different apps like Continuum or MRM</description>
+
+  <developers>
+    <developer>
+      <id>joakime</id>
+      <name>Joakim Erdfelt</name>
+      <email>joakime@apache.org</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+  </developers>
 
   <modules>
     <module>maven-user-model</module>