You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/05/25 13:28:26 UTC

[1/2] brooklyn-dist git commit: Fix namespace on feature.xml

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 <ge...@cloudsoftcorp.com>
Authored: Wed May 17 12:20:08 2017 +0100
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
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">


[2/2] brooklyn-dist git commit: Closes #92

Posted by sv...@apache.org.
Closes #92

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

Branch: refs/heads/master
Commit: a229030c6cbbcb648e534933ebeaff4ba55078f4
Parents: 2337c75 47810fa
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu May 25 16:28:20 2017 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu May 25 16:28:20 2017 +0300

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