Update current version to reflect current reality.
Add a few collections developers that are conspicously missing. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ec363d304
commit
52cad22cd6
20
project.xml
20
project.xml
|
@ -4,7 +4,7 @@
|
|||
<extend>../project.xml</extend>
|
||||
<name>Collections</name>
|
||||
<id>commons-collections</id>
|
||||
<currentVersion>2.1</currentVersion>
|
||||
<currentVersion>2.2-dev</currentVersion>
|
||||
<inceptionYear>2002</inceptionYear>
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
<shortDescription>Commons Collections</shortDescription>
|
||||
|
@ -14,6 +14,12 @@
|
|||
</description>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Stephen Colebourne</name>
|
||||
<id></id>
|
||||
<email></email>
|
||||
<organization></organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Morgan Delagrange</name>
|
||||
<id></id>
|
||||
|
@ -32,6 +38,12 @@
|
|||
<email></email>
|
||||
<organization></organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Michael Smith</name>
|
||||
<id></id>
|
||||
<email></email>
|
||||
<organization></organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Rodney Waldoff</name>
|
||||
<id>rwaldof</id>
|
||||
|
@ -44,6 +56,12 @@
|
|||
<email></email>
|
||||
<organization></organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Henri Yandell</name>
|
||||
<id></id>
|
||||
<email></email>
|
||||
<organization></organization>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue