You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/06/04 17:01:46 UTC

svn commit: r1346000 - in /incubator/stanbol/trunk/entityhub: indexing/geonames/pom.xml pom.xml

Author: fchrist
Date: Mon Jun  4 15:01:46 2012
New Revision: 1346000

URL: http://svn.apache.org/viewvc?rev=1346000&view=rev
Log:
STANBOL-639 Added missing parent POM. Changed name of reactor to create a final apache-stanbol-entityhub artifact for releasing

Modified:
    incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml
    incubator/stanbol/trunk/entityhub/pom.xml

Modified: incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml?rev=1346000&r1=1345999&r2=1346000&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml Mon Jun  4 15:01:46 2012
@@ -19,15 +19,14 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-<!-- Do not use a parent because of problems with missing dependencies with
-     mvn assembly:assembly
-    <parent>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
-      <relativePath>../../parent</relativePath>
-    </parent>
-  -->
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
+    <version>0.10.0-incubating-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.geonames</artifactId>
   <packaging>jar</packaging>

Modified: incubator/stanbol/trunk/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/pom.xml?rev=1346000&r1=1345999&r2=1346000&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/pom.xml Mon Jun  4 15:01:46 2012
@@ -28,7 +28,7 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.entityhub.reactor</artifactId>
+  <artifactId>apache-stanbol-entityhub</artifactId>
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
@@ -55,11 +55,7 @@
       scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub
     </developerConnection>
     <url>http://incubator.apache.org/stanbol</url>
-  </scm>
-
-  <build>
-    <finalName>apache-stanbol-entityhub-${project.version}</finalName>  
-  </build>  
+  </scm>  
 
   <modules>
     <module>parent</module>