Repository: aries-rsa Updated Branches: refs/heads/master 5f4c6604a -> f7e799df3
Fix feature Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/f7e799df Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/f7e799df Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/f7e799df Branch: refs/heads/master Commit: f7e799df3f39805a3f66dc6f86bb4f579884cde3 Parents: 5f4c660 Author: Christian Schneider <[email protected]> Authored: Fri Mar 11 21:03:35 2016 +0100 Committer: Christian Schneider <[email protected]> Committed: Fri Mar 11 21:03:35 2016 +0100 ---------------------------------------------------------------------- features/src/main/resources/features.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/f7e799df/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 4470deb..ac5bf43 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="cxf-dosgi-${project.version}"> - <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features</repository> +<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="aries-rsa-${project.version}"> <feature name="aries-rsa-core" version="${project.version}"> <bundle>mvn:org.apache.aries.rsa/spi/${project.version}</bundle>
