Author: alexdma
Date: Tue Feb 28 11:17:08 2012
New Revision: 1294584

URL: http://svn.apache.org/viewvc?rev=1294584&view=rev
Log:
The rules bundles no longer reference the stlab-cnr-repo maven repository. This 
solves STANBOL-515 , however the artifacts still need to be uploaded from local 
repos to maven-central.

Modified:
    incubator/stanbol/trunk/rules/base/pom.xml
    incubator/stanbol/trunk/rules/manager/pom.xml
    incubator/stanbol/trunk/rules/refactor/pom.xml

Modified: incubator/stanbol/trunk/rules/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/base/pom.xml?rev=1294584&r1=1294583&r2=1294584&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/rules/base/pom.xml Tue Feb 28 11:17:08 2012
@@ -85,12 +85,4 @@
 
        </dependencies>
 
-
-       <repositories>
-               <repository>
-                       <id>stlab-cnr-repo</id>
-                       <url>http://stlab.istc.cnr.it/software/maven/repo</url>
-               </repository>
-       </repositories>
-
 </project>

Modified: incubator/stanbol/trunk/rules/manager/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/pom.xml?rev=1294584&r1=1294583&r2=1294584&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/manager/pom.xml (original)
+++ incubator/stanbol/trunk/rules/manager/pom.xml Tue Feb 28 11:17:08 2012
@@ -115,11 +115,4 @@
 
        </dependencies>
 
-       <repositories>
-               <repository>
-                       <id>stlab-cnr-repo</id>
-                       <url>http://stlab.istc.cnr.it/software/maven/repo</url>
-               </repository>
-       </repositories>
-
 </project>

Modified: incubator/stanbol/trunk/rules/refactor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/refactor/pom.xml?rev=1294584&r1=1294583&r2=1294584&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/rules/refactor/pom.xml Tue Feb 28 11:17:08 2012
@@ -129,12 +129,4 @@
 
        </dependencies>
 
-
-       <repositories>
-               <repository>
-                       <id>stlab-cnr-repo</id>
-                       <url>http://stlab.istc.cnr.it/software/maven/repo</url>
-               </repository>
-       </repositories>
-
 </project>


Reply via email to