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/08/15 20:08:07 UTC

svn commit: r1696082 - in /qpid/site: docs/maven.html input/maven.md

Author: robbie
Date: Sat Aug 15 18:08:07 2015
New Revision: 1696082

URL: http://svn.apache.org/r1696082
Log:
NO-JIRA: add details for proton-j binary dependency to the maven page

Modified:
    qpid/site/docs/maven.html
    qpid/site/input/maven.md

Modified: qpid/site/docs/maven.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/maven.html?rev=1696082&r1=1696081&r2=1696082&view=diff
==============================================================================
--- qpid/site/docs/maven.html (original)
+++ qpid/site/docs/maven.html Sat Aug 15 18:08:07 2015
@@ -105,8 +105,7 @@
         <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li>Qpid via Maven</li></ul>
         <h1 id="qpid-via-maven">Qpid via Maven</h1>
 
-<p>The Qpid JMS clients are available via the <a href="http://search.maven.org/">Maven central repository</a>. The
-following dependencies can be added to the POM for your Maven build to utilise the clients.</p>
+<p>The following dependencies can be added to the POM for your Maven build to utilise the artifacts via the <a href="http://search.maven.org/">Maven central repository</a>.</p>
 
 <h2 id="qpid-jms-amqp-10">Qpid JMS (AMQP 1.0)</h2>
 
@@ -135,6 +134,16 @@ following dependencies can be added to t
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>
 
+<h2 id="qpid-proton-j">Qpid Proton-J</h2>
+
+<div class="highlight"><pre>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.qpid<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>proton-j<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.10<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
 <h2 id="more-information">More information</h2>
 
 <ul>

Modified: qpid/site/input/maven.md
URL: http://svn.apache.org/viewvc/qpid/site/input/maven.md?rev=1696082&r1=1696081&r2=1696082&view=diff
==============================================================================
--- qpid/site/input/maven.md (original)
+++ qpid/site/input/maven.md Sat Aug 15 18:08:07 2015
@@ -19,8 +19,7 @@
 
 # Qpid via Maven
 
-The Qpid JMS clients are available via the [Maven central repository](http://search.maven.org/). The
-following dependencies can be added to the POM for your Maven build to utilise the clients.
+The following dependencies can be added to the POM for your Maven build to utilise the artifacts via the [Maven central repository](http://search.maven.org/).
 
 ;; Fragments generated with 'pygmentize -l xml -f html ~/maven.xml > ~/maven.html'
 
@@ -51,6 +50,16 @@ If you are looking for the older AMQP 1.
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>
 
+## Qpid Proton-J
+
+<div class="highlight"><pre>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.qpid<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>proton-j<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>@current-proton-release@<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
 ## More information
 
  - [Snapshot repository](https://repository.apache.org/content/repositories/snapshots/)



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