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 2020/03/27 16:14:05 UTC

[brooklyn-ui] branch master updated: Use consistent version numbers

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


The following commit(s) were added to refs/heads/master by this push:
     new 5358454  Use consistent version numbers
     new 9a683f2  This closes #172
5358454 is described below

commit 535845466818373514253f560a2c1c52a4185ff5
Author: Duncan Grant <du...@cloudsoft.io>
AuthorDate: Fri Mar 27 15:28:42 2020 +0000

    Use consistent version numbers
    
    brooklyn dependencies use brooklyn.version normally except for a few
    places.  Changed for consistency.
---
 modularity-server/external-modules/pom.xml  | 2 +-
 modularity-server/metadata-registry/pom.xml | 2 +-
 modularity-server/module-api/pom.xml        | 2 +-
 modularity-server/proxy/pom.xml             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modularity-server/external-modules/pom.xml b/modularity-server/external-modules/pom.xml
index 9ff9aba..9f5e517 100644
--- a/modularity-server/external-modules/pom.xml
+++ b/modularity-server/external-modules/pom.xml
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-utils-test-support</artifactId>
-            <version>${project.version}</version>
+            <version>${brooklyn.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/modularity-server/metadata-registry/pom.xml b/modularity-server/metadata-registry/pom.xml
index 714eaf1..1d6be37 100644
--- a/modularity-server/metadata-registry/pom.xml
+++ b/modularity-server/metadata-registry/pom.xml
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-utils-test-support</artifactId>
-            <version>${project.version}</version>
+            <version>${brooklyn.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/modularity-server/module-api/pom.xml b/modularity-server/module-api/pom.xml
index 60fadb3..e78960c 100644
--- a/modularity-server/module-api/pom.xml
+++ b/modularity-server/module-api/pom.xml
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-utils-test-support</artifactId>
-            <version>${project.version}</version>
+            <version>${brooklyn.version}</version>
             <scope>test</scope>
         </dependency>
             
diff --git a/modularity-server/proxy/pom.xml b/modularity-server/proxy/pom.xml
index 7a03f86..4482da2 100644
--- a/modularity-server/proxy/pom.xml
+++ b/modularity-server/proxy/pom.xml
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-utils-test-support</artifactId>
-            <version>${project.version}</version>
+            <version>${brooklyn.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>