You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/06/26 02:19:52 UTC

[05/24] git commit: add sonatype snapshot repository to fetch sesame-2.7-SNAPSHOT artifacts

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/f8948d9a
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f8948d9a
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f8948d9a

Branch: refs/heads/master
Commit: f8948d9a8e473e42d850e4920bba6fca99ae1e49
Parents: 560dffe
Author: Peter Ansell <p_...@yahoo.com>
Authored: Fri Dec 7 09:55:05 2012 +1000
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Wed Jun 26 10:06:32 2013 +1000

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


http://git-wip-us.apache.org/repos/asf/any23/blob/f8948d9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1474bab..ae44a9a 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>