From 6002d32a4c3ecdfb5fb6a05a38749079ffa32d99 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Tue, 22 Nov 2005 23:20:35 +0000 Subject: [PATCH] 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 --- project.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/project.xml b/project.xml index e43f6ca7d..2379dc567 100644 --- a/project.xml +++ b/project.xml @@ -68,6 +68,39 @@ + + + 1.0 + 1.0 + COLLECTIONS_1_0 + + + 2.0 + 2.0 + COLLECTIONS_2_0 + + + 2.1 + 2.1 + COLLECTIONS_2_1 + + + 2.1.1 + 2.1.1 + COLLECTIONS_2_1_1 + + + 3.0 + 3.0 + COLLECTIONS_3_0 + + + 3.1 + 3.1 + COLLECTIONS_3_1 + + + Stephen Colebourne