add in apache.snapshots repo for protobuf 1.1

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@947960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-05-25 08:37:39 +00:00
parent aace7c6937
commit 87b1ab15fe
1 changed files with 7 additions and 0 deletions

View File

@ -167,6 +167,13 @@
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</repository>
<repository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<dependencyManagement>