You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/05/13 16:52:24 UTC

svn commit: r1337901 - /jena/trunk/jena-core/pom.xml

Author: andy
Date: Sun May 13 14:52:24 2012
New Revision: 1337901

URL: http://svn.apache.org/viewvc?rev=1337901&view=rev
Log:
Add Apache snapshot repo (needed for snapshot parent)

Modified:
    jena/trunk/jena-core/pom.xml

Modified: jena/trunk/jena-core/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/pom.xml?rev=1337901&r1=1337900&r2=1337901&view=diff
==============================================================================
--- jena/trunk/jena-core/pom.xml (original)
+++ jena/trunk/jena-core/pom.xml Sun May 13 14:52:24 2012
@@ -32,6 +32,18 @@
     <relativePath>../jena-parent</relativePath>
   </parent>
 
+  <!-- Need when the parent is a snapshot -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+	<enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description>
 
   <scm>