You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/10/16 16:17:52 UTC

qpid-proton git commit: NO-JIRA: fix up poms to allow the engine demo bits to allow them to build and run

Repository: qpid-proton
Updated Branches:
  refs/heads/master aceb43d20 -> 6f977fa0b


NO-JIRA: fix up poms to allow the engine demo bits to allow them to build and run


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6f977fa0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6f977fa0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6f977fa0

Branch: refs/heads/master
Commit: 6f977fa0b16666d512c2eab0e5f81a0c531c414b
Parents: aceb43d
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Oct 16 15:17:16 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Oct 16 15:17:16 2015 +0100

----------------------------------------------------------------------
 examples/engine/java/pom.xml | 11 ++++-------
 pom.xml                      |  1 +
 2 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6f977fa0/examples/engine/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml
index c904212..5c51a0e 100644
--- a/examples/engine/java/pom.xml
+++ b/examples/engine/java/pom.xml
@@ -19,12 +19,13 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-project</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.11.0-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>proton-j-demo</artifactId>
-  <name>proton-j-demo</name>
+  <artifactId>proton-j-engine-demo</artifactId>
+  <name>proton-j-engine-demo</name>
 
   <dependencies>
     <dependency>
@@ -33,8 +34,4 @@
       <version>${project.parent.version}</version>
     </dependency>
   </dependencies>
-
-  <scm>
-    <url>http://svn.apache.org/viewvc/qpid/proton/</url>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6f977fa0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bbca796..8ca3a8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
     <module>contrib/proton-jms</module>
     <module>contrib/proton-hawtdispatch</module>
     <module>tests</module>
+    <module>examples/engine/java</module>
     <module>examples/java/messenger</module>
     <module>examples/java/reactor</module>
   </modules>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org