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/05/24 16:14:47 UTC

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

Author: castagna
Date: Tue May 24 14:14:47 2011
New Revision: 1127067

URL: http://svn.apache.org/viewvc?rev=1127067&view=rev
Log:
Put Jena repo-dev back in, while waiting for https://issues.apache.org/jira/browse/INFRA-3646.

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=1127067&r1=1127066&r2=1127067&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Tue May 24 14:14:47 2011
@@ -255,19 +255,20 @@
       <url>sftp://openjena.org/var/repo</url>
       <layout>default</layout>
     </repository>
-    <!-- 
     <snapshotRepository>
       <id>jena-repo-dev</id>
       <name>Jena development repo</name>
       <url>sftp://openjena.org/var/repo-dev</url>
       <layout>default</layout>
     </snapshotRepository>
-    -->
+    <!-- Until https://issues.apache.org/jira/browse/INFRA-3646 is closed... -->
+    <!--
     <snapshotRepository>
       <id>apache.snapshots.https</id>
       <name>Apache Development Snapshot Repository</name>
       <url>https://repository.apache.org/content/repositories/snapshots</url>
     </snapshotRepository>
+    -->
   </distributionManagement>
   
   <repositories>