Repository: karaf Updated Branches: refs/heads/karaf-4.0.x a31f62598 -> bb657299b
[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/bb657299 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/bb657299 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/bb657299 Branch: refs/heads/karaf-4.0.x Commit: bb657299bc26411e19b9a665a0d64fb1822c1987 Parents: a31f625 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:58:29 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/bb657299/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 cced7ae..be1af28 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 @@ -32,7 +32,7 @@ public class EnterpriseFeaturesTest extends KarafTestSupport { @Test public void installTransaction130Feature() throws Exception { - installAssertAndUninstallFeature("transaction", "1.3.1"); + installAssertAndUninstallFeature("transaction", "1.3.3"); } @Test http://git-wip-us.apache.org/repos/asf/karaf/blob/bb657299/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f484e96..f89174c 100644 --- a/pom.xml +++ b/pom.xml @@ -229,7 +229,7 @@ <aries.proxy.api.version>1.0.1</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.1</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.1</aries.util.version>
