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:50:18 UTC

svn commit: r1337899 - /jena/trunk/jena-iri/pom.xml

Author: andy
Date: Sun May 13 14:50:17 2012
New Revision: 1337899

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

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

Modified: jena/trunk/jena-iri/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/pom.xml?rev=1337899&r1=1337898&r2=1337899&view=diff
==============================================================================
--- jena/trunk/jena-iri/pom.xml (original)
+++ jena/trunk/jena-iri/pom.xml Sun May 13 14:50:17 2012
@@ -35,6 +35,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>
+
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-iri</connection>
     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-iri</developerConnection>