Repository: cxf Updated Branches: refs/heads/master dd167df85 -> 25c151ed9
Update some versions used for testing Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f98785bd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f98785bd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f98785bd Branch: refs/heads/master Commit: f98785bd8490c4717353f1a9688cae3e7a823ec2 Parents: dd167df Author: Daniel Kulp <[email protected]> Authored: Thu Jan 28 12:37:29 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Thu Jan 28 12:37:40 2016 -0500 ---------------------------------------------------------------------- parent/pom.xml | 2 +- rt/transports/jms/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f98785bd/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ec60317..ffb7c60 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -66,7 +66,7 @@ <cxf.osgi.javax.xml.ws.version>[0.0,3)</cxf.osgi.javax.xml.ws.version> <!-- please maintain alphabetical order here --> <cxf.abdera.version>1.1.3</cxf.abdera.version> - <cxf.activemq.version>5.12.0</cxf.activemq.version> + <cxf.activemq.version>5.12.1</cxf.activemq.version> <cxf.ahc.version>1.9.8</cxf.ahc.version> <cxf.apacheds.version>2.0.0-M21</cxf.apacheds.version> <cxf.atmosphere.version>2.3.5</cxf.atmosphere.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/f98785bd/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 3ba997c..4b2df8a 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-transaction</artifactId> - <version>3.1.1</version> + <version>3.1.3</version> <scope>test</scope> </dependency> </dependencies>
