You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/03/17 13:30:28 UTC

svn commit: r1082456 - /incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml

Author: concelvio
Date: Thu Mar 17 12:30:28 2011
New Revision: 1082456

URL: http://svn.apache.org/viewvc?rev=1082456&view=rev
Log:
STANBOL-39:
1 ) Added repository http://stlab.istc.cnr.it/software/maven/repo to pom.xml

Modified:
    incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml

Modified: incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml?rev=1082456&r1=1082455&r2=1082456&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml Thu Mar 17 12:30:28 2011
@@ -148,6 +148,10 @@
 	</dependencies>
 
 	<repositories>
+                <repository>
+                   <id>stlab-cnr-repo</id>
+                   <url>http://stlab.istc.cnr.it/software/maven/repo</url>
+                </repository>
 		<repository>
 			<id>com.hp.hpl.jena</id>
 			<name>jena maven repository</name>