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

[1/2] brooklyn-server git commit: Bring namespace on feature files to Karaf features 1.4.0

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 <ge...@cloudsoftcorp.com>
Authored: Thu May 25 15:40:12 2017 +0100
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
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>


[2/2] brooklyn-server git commit: This closes #701

Posted by dr...@apache.org.
This closes #701


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/eed978d7
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/eed978d7
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/eed978d7

Branch: refs/heads/master
Commit: eed978d730c4f0cdf64c828ff1468f1d5f606fac
Parents: 75e8cc8 b88f9e8
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Thu May 25 16:32:26 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Thu May 25 16:32:26 2017 +0100

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------