You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/10/07 17:40:21 UTC

svn commit: r1180080 - /incubator/jena/Jena2/LARQ/trunk/pom.xml

Author: castagna
Date: Fri Oct  7 15:40:21 2011
New Revision: 1180080

URL: http://svn.apache.org/viewvc?rev=1180080&view=rev
Log:
Added Apache snapshot repository so that hopefully Maven is able to retrieve the jena-top parent pom SNAPSHOT.

Modified:
    incubator/jena/Jena2/LARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1180080&r1=1180079&r2=1180080&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Fri Oct  7 15:40:21 2011
@@ -248,6 +248,18 @@
 
   </build>
 
+  <repositories>
+    <!-- This is here so that Maven can retrieve jena-top parent pom snapshots -->
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+    </repository>
+  </repositories>
+
   <issueManagement>
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/JENA</url>