Repository: jclouds-karaf Updated Branches: refs/heads/fix-script-engine 345255d07 -> 6c68f0d23
Use the correct configadmin version for the 2.3.11 Karaf release Follow-on to 345255d Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/6c68f0d2 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/6c68f0d2 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/6c68f0d2 Branch: refs/heads/fix-script-engine Commit: 6c68f0d234eae7732069b14ac47bad8c885eed27 Parents: 345255d Author: Andrew Phillips <[email protected]> Authored: Wed Sep 7 00:09:09 2016 -0400 Committer: Andrew Phillips <[email protected]> Committed: Wed Sep 7 00:09:09 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6c68f0d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 28e56f0..22e9dde 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ limitations under the License. <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version> <bcprov.version>1.51</bcprov.version> <easymock.version>3.0</easymock.version> - <felix.configadmin.version>1.8.8</felix.configadmin.version> + <felix.configadmin.version>1.8.0</felix.configadmin.version> <groovy.version>2.4.4</groovy.version> <gson.version>2.5</gson.version> <guava.version>16.0.1</guava.version>
