Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 2337c75aa -> a229030c6


Fix namespace on feature.xml

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-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/47810fa0
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/47810fa0
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/47810fa0

Branch: refs/heads/master
Commit: 47810fa031ac0e5228024e13641b317f4dce30f4
Parents: 2f48a59
Author: Geoff Macartney <[email protected]>
Authored: Wed May 17 12:20:08 2017 +0100
Committer: Geoff Macartney <[email protected]>
Committed: Wed May 17 12:20:08 2017 +0100

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/47810fa0/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 5348151..0ac70a6 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -16,7 +16,7 @@
     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";>

Reply via email to