Repository: camel Updated Branches: refs/heads/master 899ecc1ea -> 7bb39d584
CAMEL-9039: Updated features namespace to version 1.2.0, which added support for conditionals Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7bb39d58 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7bb39d58 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7bb39d58 Branch: refs/heads/master Commit: 7bb39d584dd2411675a89780e0d800b2f7778bd0 Parents: 899ecc1 Author: Dhiraj Bokde <dhira...@yahoo.com> Authored: Fri Jul 31 13:18:50 2015 -0700 Committer: Dhiraj Bokde <dhira...@yahoo.com> Committed: Fri Jul 31 13:18:50 2015 -0700 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7bb39d58/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 08d45e5..1d18bdf 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name='camel-${project.version}'> +<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name='camel-${project.version}'> <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository> <repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds-version}/xml/features</repository> <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/${pax-cdi-version}/xml/features</repository>