Repository: brooklyn-server Updated Branches: refs/heads/master 75e8cc8c3 -> eed978d73
Bring namespace on feature files to Karaf features 1.4.0 Updates namespace on the file to http://karaf.apache.org/xmlns/features/v1.4.0 which is required for 'prerequisite="true"' on feature declarations. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b88f9e88 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b88f9e88 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/b88f9e88 Branch: refs/heads/master Commit: b88f9e88311f296f4f9d0f49bd2dcfc1a454620c Parents: 75e8cc8 Author: Geoff Macartney <[email protected]> Authored: Thu May 25 15:40:12 2017 +0100 Committer: Geoff Macartney <[email protected]> Committed: Thu May 25 15:40:12 2017 +0100 ---------------------------------------------------------------------- karaf/features/src/main/feature/feature.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/b88f9e88/karaf/features/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index d4d348e..2befaac 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -16,10 +16,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" +<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="org.apache.brooklyn-${project.version}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0"> + xsi:noNamespaceSchemaLocation="http://karaf.apache.org/xmlns/features/v1.4.0"> <repository>mvn:org.apache.karaf.features/standard/${karaf.version}/xml/features</repository> <repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.version}/xml/features</repository>
