Author: fchrist
Date: Wed May 30 07:49:20 2012
New Revision: 1344135
URL: http://svn.apache.org/viewvc?rev=1344135&view=rev
Log:
Small fix. Added Apache 10 parent to enhancer reactor
Modified:
incubator/stanbol/trunk/enhancer/pom.xml
Modified: incubator/stanbol/trunk/enhancer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/pom.xml?rev=1344135&r1=1344134&r2=1344135&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/pom.xml Wed May 30 07:49:20 2012
@@ -20,6 +20,13 @@
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>10</version>
+ <relativePath />
+ </parent>
+
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.reactor</artifactId>
<version>0.10.0-incubating-SNAPSHOT</version>