Author: olamy
Date: Thu Sep 22 08:01:55 2011
New Revision: 1173983
URL: http://svn.apache.org/viewvc?rev=1173983&view=rev
Log:
inherits dev list from parent
Modified:
maven/indexer/trunk/.gitignore
maven/indexer/trunk/pom.xml
Modified: maven/indexer/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/.gitignore?rev=1173983&r1=1173982&r2=1173983&view=diff
==============================================================================
--- maven/indexer/trunk/.gitignore (original)
+++ maven/indexer/trunk/.gitignore Thu Sep 22 08:01:55 2011
@@ -19,3 +19,4 @@ target/
# Other
.svn/
bin/
+.DS_Store
Modified: maven/indexer/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1173983&r1=1173982&r2=1173983&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Sep 22 08:01:55 2011
@@ -37,29 +37,9 @@ under the License.
of Maven repositories. The Indexes are produced and consumed by all major
tools in the ecosystem.
</description>
- <developers>
- <developer>
- <id>cstamas</id>
- <name>Tamas Cservenak</name>
- <email>[email protected]</email>
- <organization>Sonatype</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>2</timezone>
- </developer>
- <developer>
- <id>brianf</id>
- <name>Brian Fox</name>
- <email>[email protected]</email>
- <organization>Sonatype</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-6</timezone>
- </developer>
- <developer>
- <id>eu</id>
+
+ <contributors>
+ <contributor>
<name>Eugene Kuleshov</name>
<email>[email protected]</email>
<organization>Sonatype</organization>
@@ -67,28 +47,8 @@ under the License.
<role>Developer</role>
</roles>
<timezone>-5</timezone>
- </developer>
- <developer>
- <id>dbradicich</id>
- <name>Damian Bradicich</name>
- <email>[email protected]</email>
- <organization>Sonatype</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <id>bdemers</id>
- <name>Brian Demers</name>
- <email>[email protected]</email>
- <organization>Sonatype</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- </developers>
+ </contributor>
+ </contributors>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/indexer/trunk</connection>