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 16:05:33 UTC

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

Repository: brooklyn-library
Updated Branches:
  refs/heads/master 2ce0f426b -> 34ee669db


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

Branch: refs/heads/master
Commit: 492c0e056b6455a849885a39374875a455c88670
Parents: 2ce0f42
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-library/blob/492c0e05/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 d19bb36..5bb9319 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">
 
     <feature name="brooklyn-software-network" version="${project.version}" description="Brooklyn Network Software Entities">
         <bundle>mvn:org.apache.brooklyn/brooklyn-software-network/${project.version}</bundle>


[2/2] brooklyn-library git commit: This closes #114

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


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

Branch: refs/heads/master
Commit: 34ee669dbd99a1de79094cf8b28e33db160125cc
Parents: 2ce0f42 492c0e0
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Thu May 25 17:05:27 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Thu May 25 17:05:27 2017 +0100

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