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>
|
<extend>../project.xml</extend>
|
||||||
<name>Collections</name>
|
<name>Collections</name>
|
||||||
<id>commons-collections</id>
|
<id>commons-collections</id>
|
||||||
<currentVersion>2.1</currentVersion>
|
<currentVersion>2.2-dev</currentVersion>
|
||||||
<inceptionYear>2002</inceptionYear>
|
<inceptionYear>2002</inceptionYear>
|
||||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||||
<shortDescription>Commons Collections</shortDescription>
|
<shortDescription>Commons Collections</shortDescription>
|
||||||
|
@ -14,6 +14,12 @@
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>Stephen Colebourne</name>
|
||||||
|
<id></id>
|
||||||
|
<email></email>
|
||||||
|
<organization></organization>
|
||||||
|
</developer>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Morgan Delagrange</name>
|
<name>Morgan Delagrange</name>
|
||||||
<id></id>
|
<id></id>
|
||||||
|
@ -32,6 +38,12 @@
|
||||||
<email></email>
|
<email></email>
|
||||||
<organization></organization>
|
<organization></organization>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Michael Smith</name>
|
||||||
|
<id></id>
|
||||||
|
<email></email>
|
||||||
|
<organization></organization>
|
||||||
|
</developer>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Rodney Waldoff</name>
|
<name>Rodney Waldoff</name>
|
||||||
<id>rwaldof</id>
|
<id>rwaldof</id>
|
||||||
|
@ -44,6 +56,12 @@
|
||||||
<email></email>
|
<email></email>
|
||||||
<organization></organization>
|
<organization></organization>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Henri Yandell</name>
|
||||||
|
<id></id>
|
||||||
|
<email></email>
|
||||||
|
<organization></organization>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue