From e17e5eca88a1111bffb5d3dc1613b926d71697f5 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Tue, 6 Feb 2007 19:09:51 +0000 Subject: [PATCH] Updated version to remove the "incubator" bit. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@504248 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-console/pom.xml | 2 +- activemq-core/pom.xml | 7 +- activemq-jaas/pom.xml | 2 +- activemq-jpa-store/pom.xml | 2 +- activemq-openwire-generator/pom.xml | 2 +- activemq-optional/pom.xml | 2 +- activemq-perftest/pom.xml | 2 +- activemq-ra/pom.xml | 2 +- activemq-rar/pom.xml | 2 +- activemq-repository-builder/pom.xml | 2 +- activemq-systest/pom.xml | 2 +- activemq-test-atomikos/pom.xml | 2 +- .../maven-activemq-memtest-plugin/pom.xml | 2 +- .../maven-activemq-perf-plugin/pom.xml | 2 +- .../maven-activemq-plugin/pom.xml | 2 +- activemq-tooling/pom.xml | 2 +- activemq-web-console/pom.xml | 2 +- activemq-web-demo/pom.xml | 2 +- activemq-web/pom.xml | 2 +- activemq-xmpp/pom.xml | 2 +- assembly/pom.xml | 2 +- pom.xml | 98 +++++++++---------- 22 files changed, 75 insertions(+), 70 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index f08a3dec5e..bbb8ff14be 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-console diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index aa1e96d267..5e2d2f30c1 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-core @@ -147,6 +147,11 @@ junit test + + org.apache.activemq + activemq-openwire-generator + true + diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 7afc5a88d4..aa8defcc6f 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-jaas diff --git a/activemq-jpa-store/pom.xml b/activemq-jpa-store/pom.xml index 6bfa03a37e..7b31ae5f8f 100755 --- a/activemq-jpa-store/pom.xml +++ b/activemq-jpa-store/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-jpa-store diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index 5cc4180240..15e22a490b 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT ../pom.xml diff --git a/activemq-optional/pom.xml b/activemq-optional/pom.xml index a6c382c342..060a2a131d 100755 --- a/activemq-optional/pom.xml +++ b/activemq-optional/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-optional diff --git a/activemq-perftest/pom.xml b/activemq-perftest/pom.xml index ed8e44ecdf..4e4d4fd975 100644 --- a/activemq-perftest/pom.xml +++ b/activemq-perftest/pom.xml @@ -22,7 +22,7 @@ activemq-parent org.apache.activemq - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-perftest diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 5bc0ab404b..e4bad0137a 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-ra diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index d1f5840603..e4f5134178 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-rar diff --git a/activemq-repository-builder/pom.xml b/activemq-repository-builder/pom.xml index 0e1429423c..5d364fae55 100644 --- a/activemq-repository-builder/pom.xml +++ b/activemq-repository-builder/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-repository-builder diff --git a/activemq-systest/pom.xml b/activemq-systest/pom.xml index fb95bf83fc..f9be92024b 100755 --- a/activemq-systest/pom.xml +++ b/activemq-systest/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-systest diff --git a/activemq-test-atomikos/pom.xml b/activemq-test-atomikos/pom.xml index 4edab0fa50..276c7db1d9 100755 --- a/activemq-test-atomikos/pom.xml +++ b/activemq-test-atomikos/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-test-atomikos diff --git a/activemq-tooling/maven-activemq-memtest-plugin/pom.xml b/activemq-tooling/maven-activemq-memtest-plugin/pom.xml index 05b90c6801..308931786b 100644 --- a/activemq-tooling/maven-activemq-memtest-plugin/pom.xml +++ b/activemq-tooling/maven-activemq-memtest-plugin/pom.xml @@ -23,7 +23,7 @@ org.apache.activemq.tooling activemq-tooling - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT maven-activemq-memtest-plugin diff --git a/activemq-tooling/maven-activemq-perf-plugin/pom.xml b/activemq-tooling/maven-activemq-perf-plugin/pom.xml index 49d097ffa4..ffbb4b0843 100644 --- a/activemq-tooling/maven-activemq-perf-plugin/pom.xml +++ b/activemq-tooling/maven-activemq-perf-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq.tooling activemq-tooling - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT maven-activemq-perf-plugin diff --git a/activemq-tooling/maven-activemq-plugin/pom.xml b/activemq-tooling/maven-activemq-plugin/pom.xml index d911aa9c2c..a1d8bcdac8 100644 --- a/activemq-tooling/maven-activemq-plugin/pom.xml +++ b/activemq-tooling/maven-activemq-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq.tooling activemq-tooling - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT maven-activemq-plugin diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index c290c5dba4..6572530a95 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -23,7 +23,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT org.apache.activemq.tooling diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 223e943f02..fe36e4bee8 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-web-console diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index e02fa7844f..c63517ddc6 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-web-demo diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 01eddd5ef9..927e7db7e6 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-web diff --git a/activemq-xmpp/pom.xml b/activemq-xmpp/pom.xml index ad97d5f7bb..cb42c83e75 100755 --- a/activemq-xmpp/pom.xml +++ b/activemq-xmpp/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT activemq-xmpp diff --git a/assembly/pom.xml b/assembly/pom.xml index 71cc767da7..886b26aa38 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT apache-activemq diff --git a/pom.xml b/pom.xml index 2f629ead11..9e289d7bf3 100755 --- a/pom.xml +++ b/pom.xml @@ -24,10 +24,56 @@ org.apache.activemq activemq-parent - 4.2-incubator-SNAPSHOT + 4.2-SNAPSHOT pom ActiveMQ + + 4.2-SNAPSHOT + 1.3 + 0.1.0 + 1.6.2 + 1.0 + 1.0-M3-dev + 1.2-RC1 + 2.0 + 1.6.1 + 3.1 + 0.9.6-incubating + 1.2.1 + 2.0.1 + 1.1 + 1.2 + 1.0 + 0.3.2 + 0.5 + 0.7.3 + 0.9.2 + 1.0 + 0.1.8 + 1.7.2.2 + 1.0 + 6.0.1 + 1.0.1 + 3.8.1 + 2.0 + 1.2.12 + 10.1.3.1 + 1.0 + 2.2 + 1.1.2 + 1.3 + 0.8 + 1.1.1-dev + 2.6.0 + 2.0.0-beta1 + 1.1.3.4d_b4_min + 1.1.2 + 2.8 + scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository + scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository + scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/ + 2.0.4 @@ -190,7 +236,7 @@ org.apache.activemq activemq-gbean-management ${activemq-version} - + org.apache.activemq activemq-console @@ -229,7 +275,7 @@ 3.1-incubator-SNAPSHOT test-jar - + org.apache.activemq activemq-openwire-generator ${activemq-version} @@ -879,50 +925,4 @@ - - 4.2-incubator-SNAPSHOT - 1.3 - 0.1.0 - 1.6.2 - 1.0 - 1.0-M3-dev - 1.2-RC1 - 2.0 - 1.6.1 - 3.1 - 0.9.6-incubating - 1.2.1 - 2.0.1 - 1.1 - 1.2 - 1.0 - 0.3.2 - 0.5 - 0.7.3 - 0.9.2 - 1.0 - 0.1.8 - 1.7.2.2 - 1.0 - 6.0.1 - 1.0.1 - 3.8.1 - 2.0 - 1.2.12 - 10.1.3.1 - 1.0 - 2.2 - 1.1.2 - 1.3 - 0.8 - 1.1.1-dev - 2.6.0 - 2.0.0-beta1 - 1.1.3.4d_b4_min - 1.1.2 - 2.8 - scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository - scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository - scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/ -