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 19:20:38 UTC

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

Author: castagna
Date: Tue May 24 17:20:38 2011
New Revision: 1127154

URL: http://svn.apache.org/viewvc?rev=1127154&view=rev
Log:
Publishing SNAPSHOTs to the Apache repo (i.e. https://repository.apache.org/content/repositories/snapshots/org/apache/jena/) now works.

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=1127154&r1=1127153&r2=1127154&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Tue May 24 17:20:38 2011
@@ -101,21 +101,6 @@
       <version>${lucene.version}</version>
     </dependency>
 
-<!--
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>${slf4j.version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>${slf4j.version}</version>
-      <optional>true</optional> or <scope>provided</scope>
-    </dependency>
--->
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -256,19 +241,10 @@
       <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>