Repository: activemq
Updated Branches:
  refs/heads/trunk 8533a9242 -> b9cbd93a6


Fix mqtt-client artifact missing from eclipse repository

Add alternate repository

Signed-off-by: Hadrian Zbarcea <hadr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b9cbd93a
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b9cbd93a
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b9cbd93a

Branch: refs/heads/trunk
Commit: b9cbd93a68d3777379b67b4d47db9d93823b8f66
Parents: 8533a92
Author: Ciprian Ciubotariu <cheepe...@gmx.net>
Authored: Mon Nov 24 21:18:45 2014 +0200
Committer: Hadrian Zbarcea <hadr...@apache.org>
Committed: Mon Nov 24 17:40:53 2014 -0500

----------------------------------------------------------------------
 activemq-mqtt/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/b9cbd93a/activemq-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index c94d324..a466b00 100755
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -287,6 +287,16 @@
           <releases><enabled>true</enabled></releases>
           <snapshots><enabled>false</enabled></snapshots>
       </repository>
+      <repository>
+          <id>spring.io</id>
+          <url>http://repo.spring.io/plugins-release</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+      </repository>
   </repositories>
 
 </project>

Reply via email to