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 2017/03/09 16:13:45 UTC

qpid-jms git commit: QPIDJMS-270: update to proton-j 0.18.0

Repository: qpid-jms
Updated Branches:
  refs/heads/master 1819bb277 -> 6e1c49d72


QPIDJMS-270: update to proton-j 0.18.0


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

Branch: refs/heads/master
Commit: 6e1c49d723638ebba8ae7c7a3588da389fbcf036
Parents: 1819bb2
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Mar 9 16:11:52 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Mar 9 16:13:04 2017 +0000

----------------------------------------------------------------------
 pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/6e1c49d7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5d95792..917ad13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- Dependency Versions for this Project -->
-    <proton-version>0.17.0</proton-version>
+    <proton-version>0.18.0</proton-version>
     <netty-version>4.1.8.Final</netty-version>
     <slf4j-version>1.7.22</slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
@@ -322,4 +322,18 @@
       </build>
     </profile>
   </profiles>
+
+  <repositories>
+    <repository>
+      <!-- Proton-J 0.18.0 (RC1) -->
+      <id>proton-staging-repo</id>
+      <url>https://repository.apache.org/content/repositories/orgapacheqpid-1101/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>


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