add sonatype snapshot repository to fetch sesame-2.7-SNAPSHOT artifacts
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/2cd26b1c Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/2cd26b1c Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/2cd26b1c Branch: refs/heads/ANY23-141 Commit: 2cd26b1c2fe1d75a01d826542305deef4e7a6b56 Parents: 681fa9e Author: Peter Ansell <[email protected]> Authored: Fri Dec 7 09:55:05 2012 +1000 Committer: Peter Ansell <[email protected]> Committed: Fri Apr 19 13:21:45 2013 +1000 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/2cd26b1c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7eac9be..1e0a188 100644 --- a/pom.xml +++ b/pom.xml @@ -511,6 +511,12 @@ <id>any23-repository-external</id> <url>http://svn.apache.org/repos/asf/any23/repo-ext/</url> </repository> + <repository> + <id>sonatype-snapshots</id> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + <releases><enabled>false</enabled></releases> + <snapshots><enabled>true</enabled></snapshots> + </repository> </repositories> <build>
