[KARAF-3436] Upgrade to felix fileinstall 3.4.4 [KARAF-3435] Support default/alternate values for variable substitution [KARAF-3434] Support env:XXX subtitution for environment variables
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0c97f001 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0c97f001 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0c97f001 Branch: refs/heads/master Commit: 0c97f001365b542422e5e9b9075df867f4aa20d0 Parents: ee96f83 Author: Guillaume Nodet <[email protected]> Authored: Thu Jan 8 09:58:43 2015 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Thu Jan 8 10:01:46 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/0c97f001/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b483c9b..2daa741 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ <equinox.coordinator.version>1.1.0.v20120522-1841</equinox.coordinator.version> <felix.bundlerepository.version>2.0.2</felix.bundlerepository.version> <felix.configadmin.version>1.8.0</felix.configadmin.version> - <felix.fileinstall.version>3.4.2</felix.fileinstall.version> + <felix.fileinstall.version>3.4.3-SNAPSHOT</felix.fileinstall.version> <felix.framework.version>4.4.1</felix.framework.version> <felix.framework.security.version>2.4.0</felix.framework.security.version> <felix.gogo.version>0.14.0</felix.gogo.version>
