You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2014/08/14 20:58:03 UTC

git commit: add some more to dependency management.

Repository: activemq-openwire
Updated Branches:
  refs/heads/master 429b1b4a4 -> 226ed1062


add some more to dependency management. 

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

Branch: refs/heads/master
Commit: 226ed1062699c3e1e0539f8f75054c723f20ac11
Parents: 429b1b4
Author: Timothy Bish <ta...@gmail.com>
Authored: Thu Aug 14 14:57:49 2014 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Thu Aug 14 14:57:49 2014 -0400

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-openwire/blob/226ed106/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0a9bb8..6981508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,12 @@
       <id>openwire-website</id>
       <url>${website-base-url}/versions/${project.version}/maven/</url>
     </site>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <uniqueVersion>false</uniqueVersion>
+    </snapshotRepository>
   </distributionManagement>
 
   <modules>