Repository: karaf Updated Branches: refs/heads/master 8bd6123e6 -> ba7936563
[KARAF-5151] Upgrade to Aries Transaction Manager 1.3.3 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ba793656 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ba793656 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ba793656 Branch: refs/heads/master Commit: ba7936563a8339f7f36ca70278da3e86d39ae919 Parents: 8bd6123 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue May 30 20:54:59 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue May 30 20:54:59 2017 +0200 ---------------------------------------------------------------------- .../org/apache/karaf/itests/features/EnterpriseFeaturesTest.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/ba793656/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java ---------------------------------------------------------------------- diff --git a/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java b/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java index 1423bf2..a18ebe0 100644 --- a/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java +++ b/itests/src/test/java/org/apache/karaf/itests/features/EnterpriseFeaturesTest.java @@ -58,7 +58,7 @@ public class EnterpriseFeaturesTest extends KarafTestSupport { @Test public void installTransaction130Feature() throws Exception { - installAssertAndUninstallFeature("transaction", "1.3.2"); + installAssertAndUninstallFeature("transaction", "1.3.3"); } @Test http://git-wip-us.apache.org/repos/asf/karaf/blob/ba793656/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c68a118..219be66 100644 --- a/pom.xml +++ b/pom.xml @@ -233,7 +233,7 @@ <aries.proxy.api.version>1.1.0</aries.proxy.api.version> <aries.subsystem.api.version>2.0.8</aries.subsystem.api.version> <aries.subsystem.core.version>2.0.8</aries.subsystem.core.version> - <aries.transaction.manager.version>1.3.2</aries.transaction.manager.version> + <aries.transaction.manager.version>1.3.3</aries.transaction.manager.version> <aries.transaction.blueprint.version>1.1.1</aries.transaction.blueprint.version> <aries.transaction.blueprint.version2>2.1.0</aries.transaction.blueprint.version2> <aries.util.version>1.1.3</aries.util.version>
