You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/04/06 16:48:07 UTC

[brooklyn-ui] 02/03: include versions for the ui modules, to facilitate their being overridden

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit 99e0feb8930bb9d552f0e5df23349d294303edd9
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Apr 6 16:57:43 2021 +0100

    include versions for the ui modules, to facilitate their being overridden
---
 ui-modules/features/src/main/feature/feature.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/ui-modules/features/src/main/feature/feature.xml b/ui-modules/features/src/main/feature/feature.xml
index bed9aff..b31136f 100644
--- a/ui-modules/features/src/main/feature/feature.xml
+++ b/ui-modules/features/src/main/feature/feature.xml
@@ -26,20 +26,20 @@
      -->
 
     <feature name="brooklyn-ui-modules" version="${project.version}">
-        <feature>brooklyn-ui-home</feature>
-        <feature>brooklyn-ui-logout</feature>
+        <feature version="${project.version}">brooklyn-ui-home</feature>
+        <feature version="${project.version}">brooklyn-ui-logout</feature>
         
-        <feature>brooklyn-ui-app-inspector</feature>
-        <feature>brooklyn-ui-blueprint-composer</feature>
-        <feature>brooklyn-ui-blueprint-importer</feature>
-        <feature>brooklyn-ui-catalog</feature>
-        <feature>brooklyn-ui-groovy-console</feature>
-        <feature>brooklyn-ui-location-manager</feature>
-        <feature>brooklyn-ui-rest-api-docs</feature>
+        <feature version="${project.version}">brooklyn-ui-app-inspector</feature>
+        <feature version="${project.version}">brooklyn-ui-blueprint-composer</feature>
+        <feature version="${project.version}">brooklyn-ui-blueprint-importer</feature>
+        <feature version="${project.version}">brooklyn-ui-catalog</feature>
+        <feature version="${project.version}">brooklyn-ui-groovy-console</feature>
+        <feature version="${project.version}">brooklyn-ui-location-manager</feature>
+        <feature version="${project.version}">brooklyn-ui-rest-api-docs</feature>
     </feature>
 
     <feature name="brooklyn-ui-home" version="${project.version}">
-        <feature dependency="true">brooklyn-ui-moularity</feature>
+        <feature dependency="true">brooklyn-ui-modularity</feature>
         <bundle>mvn:${project.groupId}/brooklyn-ui-home/${project.version}/war</bundle>
     </feature>