You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2015/07/09 22:57:05 UTC

jena git commit: added snapshot repository for testing

Repository: jena
Updated Branches:
  refs/heads/master 2d1c7bc51 -> 7e5501653


added snapshot repository for testing


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/7e550165
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/7e550165
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/7e550165

Branch: refs/heads/master
Commit: 7e55016539f5ed1a69dc1cb2d87cf5edd325f79c
Parents: 2d1c7bc
Author: Claude Warren <cl...@apache.org>
Authored: Thu Jul 9 21:56:16 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Thu Jul 9 21:56:16 2015 +0100

----------------------------------------------------------------------
 jena-core/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/7e550165/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index f417282..803d9d2 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -39,6 +39,20 @@
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
   </properties>
 
+ <!--  here for testing only -->
+   <repositories>
+    <repository>
+      <id>sonatype_snapshot</id>
+      <name>Sonatype Snapshots</name>
+      <layout>default</layout>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  <!--  end of testing only -->
+
   <dependencies>
 
     <dependency>