You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/11/22 05:19:35 UTC

svn commit: r1204812 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Tue Nov 22 05:19:35 2011
New Revision: 1204812

URL: http://svn.apache.org/viewvc?rev=1204812&view=rev
Log:
add the required openrdf repository for now

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1204812&r1=1204811&r2=1204812&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Tue Nov 22 05:19:35 2011
@@ -44,29 +44,16 @@ under the License.
     <!--bootstrap.npanday.version>1.2.1</bootstrap.npanday.version-->
   </properties>
 
-  <!--
-  Theese repos are slow. Enable them once, when needed.
-  <pluginRepositories>
-    <pluginRepository>
-      <id>npanday.group</id>
-      <name>NPanday Group Repository</name>
-      <url>http://repo.npanday.org/archiva/repository/npanday-group</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
   <repositories>
     <repository>
-      <id>npanday.group</id>
-      <name>NPanday Group Repository</name>
-      <url>http://repo.npanday.org/archiva/repository/npanday-group</url>
+      <id>openrdf</id>
+      <name>OpenRDF Repository</name>
+      <url>http://repository.aduna-software.org/maven2</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
     </repository>
   </repositories>
-  -->
 
   <mailingLists> 
     <mailingList>