Author: fchrist
Date: Thu Mar 15 12:29:25 2012
New Revision: 1300955
URL: http://svn.apache.org/viewvc?rev=1300955&view=rev
Log:
STANBOL-491 STANBOL-293 Fixed the LDPath SNAPSHOT dependency. Now uses stable
LDPath from Maven central
Modified:
incubator/stanbol/trunk/commons/ldpath/clerezza/src/license/THIRD-PARTY.properties
incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
incubator/stanbol/trunk/parent/pom.xml
Modified:
incubator/stanbol/trunk/commons/ldpath/clerezza/src/license/THIRD-PARTY.properties
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/ldpath/clerezza/src/license/THIRD-PARTY.properties?rev=1300955&r1=1300954&r2=1300955&view=diff
==============================================================================
---
incubator/stanbol/trunk/commons/ldpath/clerezza/src/license/THIRD-PARTY.properties
(original)
+++
incubator/stanbol/trunk/commons/ldpath/clerezza/src/license/THIRD-PARTY.properties
Thu Mar 15 12:29:25 2012
@@ -19,7 +19,7 @@
# Please fill the missing licenses for dependencies :
#
#
-#Mon Mar 05 18:11:42 CET 2012
+#Tue Mar 06 16:37:04 CET 2012
at.newmedialab.ldpath--ldpath-api--0.9.5-SNAPSHOT=
at.newmedialab.ldpath--ldpath-core--0.9.5-20120227.102748-7=The Apache
Software License, Version 2.0
at.newmedialab.ldpath--ldpath-core-bundle--0.9.5-20120227.102752-7=The Apache
Software License, Version 2.0
Modified: incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml?rev=1300955&r1=1300954&r2=1300955&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml Thu Mar 15
12:29:25 2012
@@ -134,31 +134,26 @@
<artifactId>jena</artifactId>
</exclusion>
</exclusions>
- <version>0.9.0-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.owl</artifactId>
<scope>provided</scope>
- <version>0.9.0-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.rules.base</artifactId>
<scope>provided</scope>
- <version>0.9.0-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.rules.manager</artifactId>
<scope>provided</scope>
- <version>0.9.0-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.rules.refactor</artifactId>
<scope>provided</scope>
- <version>0.9.0-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.hp.hpl.jena</groupId>
Modified:
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1300955&r1=1300954&r2=1300955&view=diff
==============================================================================
---
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Thu Mar 15 12:29:25 2012
@@ -398,12 +398,12 @@
<bundle> <!-- LD Path -->
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-api</artifactId>
- <version>0.9.5-SNAPSHOT</version>
+ <version>0.9.5</version>
</bundle>
<bundle>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-core-bundle</artifactId>
- <version>0.9.5-SNAPSHOT</version>
+ <version>0.9.5</version>
</bundle>
<bundle>
<groupId>org.apache.stanbol</groupId>
Modified: incubator/stanbol/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1300955&r1=1300954&r2=1300955&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Thu Mar 15 12:29:25 2012
@@ -1573,12 +1573,12 @@
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-api</artifactId>
- <version>0.9.5-SNAPSHOT</version>
+ <version>0.9.5</version>
</dependency>
<dependency>
<groupId>at.newmedialab.ldpath</groupId>
<artifactId>ldpath-core-bundle</artifactId>
- <version>0.9.5-SNAPSHOT</version>
+ <version>0.9.5</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
@@ -1932,20 +1932,4 @@
</profile>
</profiles>
- <repositories>
- <!-- For LDPath - will move to Maven central - see STANBOL-507 -->
- <repository>
- <id>kiwi-snapshot-repo</id>
- <name>Kiwi Project SNAPSHOTS Repository</name>
-
<url>http://devel.kiwi-project.eu:8080/nexus/content/repositories/snapshots/</url>
- </repository>
-
- <repository>
- <id>kiwi-release-repo</id>
- <name>Kiwi Project Repository</name>
-
<url>http://devel.kiwi-project.eu:8080/nexus/content/repositories/releases/</url>
- </repository>
-
- </repositories>
-
</project>