Author: fchrist
Date: Wed Jul 13 14:41:56 2011
New Revision: 1146065
URL: http://svn.apache.org/viewvc?rev=1146065&view=rev
Log:
STANBOL-271 removed parent POM reference as it is not needed by this reactor
and confuses the release process with RAT
Modified:
incubator/stanbol/trunk/commons/pom.xml
Modified: incubator/stanbol/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1146065&r1=1146064&r2=1146065&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Wed Jul 13 14:41:56 2011
@@ -2,15 +2,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>stanbol-parent</artifactId>
- <version>0.9-SNAPSHOT</version>
- <relativePath>../parent</relativePath>
- </parent>
-
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.reactor</artifactId>
+ <version>0.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Stanbol Commons Reactor</name>