Author: alexdma
Date: Fri Feb 3 18:22:56 2012
New Revision: 1240281
URL: http://svn.apache.org/viewvc?rev=1240281&view=rev
Log:
Fixed wrong reference to parent POM in reasoners/test
Modified:
incubator/stanbol/trunk/reasoners/test/pom.xml
Modified: incubator/stanbol/trunk/reasoners/test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/test/pom.xml?rev=1240281&r1=1240280&r2=1240281&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/test/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/test/pom.xml Fri Feb 3 18:22:56 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
+ <artifactId>stanbol-parent</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>