From 8be1b5eb5a5f7ddde45656a7e156e8a9ec03b8af Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Wed, 8 Nov 2006 15:27:38 +0000 Subject: [PATCH] Reving up version git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@472518 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-console/pom.xml | 2 +- activemq-core/pom.xml | 2 +- activemq-jaas/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-tooling/maven-activemq-memtest-plugin/pom.xml | 2 +- activemq-tooling/maven-activemq-perf-plugin/pom.xml | 2 +- activemq-tooling/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 | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index e9e2993769..90636cd657 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-console diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index 249e637dec..c23a75d58d 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-core diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 0677de0843..7afc5a88d4 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-jaas diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index df6be61a58..5cc4180240 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT ../pom.xml diff --git a/activemq-optional/pom.xml b/activemq-optional/pom.xml index 179e5cd021..a6c382c342 100755 --- a/activemq-optional/pom.xml +++ b/activemq-optional/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-optional diff --git a/activemq-perftest/pom.xml b/activemq-perftest/pom.xml index b900340708..ed8e44ecdf 100644 --- a/activemq-perftest/pom.xml +++ b/activemq-perftest/pom.xml @@ -22,7 +22,7 @@ activemq-parent org.apache.activemq - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-perftest diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index c4ad65f615..5bc0ab404b 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-ra diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 216cbdd088..d1f5840603 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-rar diff --git a/activemq-repository-builder/pom.xml b/activemq-repository-builder/pom.xml index 7ce6186ff4..0e1429423c 100644 --- a/activemq-repository-builder/pom.xml +++ b/activemq-repository-builder/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-repository-builder diff --git a/activemq-systest/pom.xml b/activemq-systest/pom.xml index 36f4a87709..fb95bf83fc 100755 --- a/activemq-systest/pom.xml +++ b/activemq-systest/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-systest diff --git a/activemq-tooling/maven-activemq-memtest-plugin/pom.xml b/activemq-tooling/maven-activemq-memtest-plugin/pom.xml index b4864d4e82..79c09aca99 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.1-incubator-SNAPSHOT + 4.2-incubator-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 a0e4990015..12a3087721 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.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT maven-activemq-perf-plugin diff --git a/activemq-tooling/maven-activemq-plugin/pom.xml b/activemq-tooling/maven-activemq-plugin/pom.xml index e5b35ced00..3392a80faf 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.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT maven-activemq-plugin diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index 3140300b53..c290c5dba4 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -23,7 +23,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT org.apache.activemq.tooling diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 167e0426ec..223e943f02 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-web-console diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 6c533b7184..e02fa7844f 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-web-demo diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 760f264d72..01eddd5ef9 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-web diff --git a/activemq-xmpp/pom.xml b/activemq-xmpp/pom.xml index 27c96df819..ad97d5f7bb 100755 --- a/activemq-xmpp/pom.xml +++ b/activemq-xmpp/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT activemq-xmpp diff --git a/assembly/pom.xml b/assembly/pom.xml index 31e89cc1c8..04f2ac1c2a 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -27,7 +27,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT apache-activemq diff --git a/pom.xml b/pom.xml index 3f1db10171..9c8b6b6ddb 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.apache.activemq activemq-parent - 4.1-incubator-SNAPSHOT + 4.2-incubator-SNAPSHOT pom ActiveMQ