Repository: brooklyn-client
Updated Branches:
  refs/heads/master c21cf0f95 -> bf696e55b


Inherit parent pom as do other brooklyn-* modules


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

Branch: refs/heads/master
Commit: 83fcac954c2250ea2f89e7159722e216cbf08e15
Parents: db787fd
Author: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Authored: Mon Mar 14 15:17:48 2016 +0000
Committer: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Committed: Mon Mar 14 15:17:48 2016 +0000

----------------------------------------------------------------------
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/83fcac95/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f7391c9..33a1cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,11 +23,16 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.brooklyn</groupId>
+        <artifactId>brooklyn-parent</artifactId>
+        <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <relativePath>../brooklyn-server/parent/</relativePath>
+    </parent>
+    
     <packaging>pom</packaging>
 
-    <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-client-cli</artifactId>
-    <version>0.9.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <name>Brooklyn Client Command Line Interface</name>
     <description>
         A command line client for Apache Brooklyn

Reply via email to