summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x')
-rw-r--r--branches/sca-java-1.x/distribution/manifest/pom.xml4
-rw-r--r--branches/sca-java-1.x/distribution/pom.xml4
-rw-r--r--branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE4
-rw-r--r--branches/sca-java-1.x/itest/jms-format/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/jms/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/policy-security-token/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/transaction/pom.xml4
-rw-r--r--branches/sca-java-1.x/modules/runtime/pom.xml2
-rw-r--r--branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml4
-rw-r--r--branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml4
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml4
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml2
13 files changed, 20 insertions, 20 deletions
diff --git a/branches/sca-java-1.x/distribution/manifest/pom.xml b/branches/sca-java-1.x/distribution/manifest/pom.xml
index 9213854176..f158ebef4c 100644
--- a/branches/sca-java-1.x/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.x/distribution/manifest/pom.xml
@@ -87,8 +87,8 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
diff --git a/branches/sca-java-1.x/distribution/pom.xml b/branches/sca-java-1.x/distribution/pom.xml
index 881be9a689..51c4fc36ed 100644
--- a/branches/sca-java-1.x/distribution/pom.xml
+++ b/branches/sca-java-1.x/distribution/pom.xml
@@ -140,8 +140,8 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<exclusions>
<!-- TUSCANY-2168 -->
<exclusion>
diff --git a/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE b/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
index 84dd04c3ec..ed9354863a 100644
--- a/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
+++ b/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
@@ -231,8 +231,8 @@ The following components come under Apache Software License 2.0
activeio-2.0-r118.jar
activeio-core-3.0.0-incubator.jar
activeio-core-3.1.0-tests.jar
- activemq-core-5.1.0.jar
- apache-activemq-4.1.1.jar
+ activemq-all-5.2.0.jar
+ activemq-core-5.2.0.jar
addressing-1.3.mar
annogen-0.1.0.jar
aopalliance-1.0.jar
diff --git a/branches/sca-java-1.x/itest/jms-format/pom.xml b/branches/sca-java-1.x/itest/jms-format/pom.xml
index 83623e65a5..4aa941253c 100644
--- a/branches/sca-java-1.x/itest/jms-format/pom.xml
+++ b/branches/sca-java-1.x/itest/jms-format/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/itest/jms/pom.xml b/branches/sca-java-1.x/itest/jms/pom.xml
index b7ca95e919..2c2ffa42ce 100644
--- a/branches/sca-java-1.x/itest/jms/pom.xml
+++ b/branches/sca-java-1.x/itest/jms/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
index d50d637951..f379f78e30 100644
--- a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
+++ b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.x/itest/policy-security-token/pom.xml b/branches/sca-java-1.x/itest/policy-security-token/pom.xml
index 1630ed1d3b..80fc4a856a 100644
--- a/branches/sca-java-1.x/itest/policy-security-token/pom.xml
+++ b/branches/sca-java-1.x/itest/policy-security-token/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.x/itest/transaction/pom.xml b/branches/sca-java-1.x/itest/transaction/pom.xml
index 3af543e953..2cab2d0c3f 100644
--- a/branches/sca-java-1.x/itest/transaction/pom.xml
+++ b/branches/sca-java-1.x/itest/transaction/pom.xml
@@ -52,12 +52,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
diff --git a/branches/sca-java-1.x/modules/runtime/pom.xml b/branches/sca-java-1.x/modules/runtime/pom.xml
index fa987f974b..95ee2fb1fd 100644
--- a/branches/sca-java-1.x/modules/runtime/pom.xml
+++ b/branches/sca-java-1.x/modules/runtime/pom.xml
@@ -349,7 +349,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
index 02eb6feeb5..489f884057 100644
--- a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
@@ -72,8 +72,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
index 99d5d657d4..57d10f253b 100644
--- a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
@@ -66,8 +66,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.activemq</groupId>
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml
index a18450f52f..8c2f71b464 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml
@@ -72,8 +72,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
index c71967a23d..2d2c16a833 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>