Add version tags to POM
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@348288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
298bf03c22
commit
6002d32a4c
33
project.xml
33
project.xml
|
@ -68,6 +68,39 @@
|
|||
</mailingList>
|
||||
</mailingLists>
|
||||
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.0</id>
|
||||
<name>1.0</name>
|
||||
<tag>COLLECTIONS_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>2.0</id>
|
||||
<name>2.0</name>
|
||||
<tag>COLLECTIONS_2_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>2.1</id>
|
||||
<name>2.1</name>
|
||||
<tag>COLLECTIONS_2_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>2.1.1</id>
|
||||
<name>2.1.1</name>
|
||||
<tag>COLLECTIONS_2_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>3.0</id>
|
||||
<name>3.0</name>
|
||||
<tag>COLLECTIONS_3_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>3.1</id>
|
||||
<name>3.1</name>
|
||||
<tag>COLLECTIONS_3_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Stephen Colebourne</name>
|
||||
|
|
Loading…
Reference in New Issue