Author: anuzzolese
Date: Wed Mar 28 21:35:38 2012
New Revision: 1306604
URL: http://svn.apache.org/viewvc?rev=1306604&view=rev
Log:
[STANBOL-560] Modified the artifactId of the dependency with the API of
adapters from org.apache.stanbol.rules.adapters to
org.apache.stanbol.rules.adapters.abstract.
Modified:
incubator/stanbol/trunk/rules/refactor/pom.xml
Modified: incubator/stanbol/trunk/rules/refactor/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/refactor/pom.xml?rev=1306604&r1=1306603&r2=1306604&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/rules/refactor/pom.xml Wed Mar 28 21:35:38 2012
@@ -122,7 +122,7 @@
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.rules.adapters</artifactId>
+
<artifactId>org.apache.stanbol.rules.adapters.abstract</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
</dependency>