This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-openwire.git
commit 226ed1062699c3e1e0539f8f75054c723f20ac11 Author: Timothy Bish <[email protected]> AuthorDate: Thu Aug 14 14:57:49 2014 -0400 add some more to dependency management. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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>
