You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by me...@apache.org on 2013/02/28 15:58:04 UTC

svn commit: r1451222 - /stanbol/branches/contenthub-two-layered-structure/contenthub/search/pom.xml

Author: meric
Date: Thu Feb 28 14:58:04 2013
New Revision: 1451222

URL: http://svn.apache.org/r1451222
Log:
STANBOL-499 Contenthub Search pom is updated

Modified:
    stanbol/branches/contenthub-two-layered-structure/contenthub/search/pom.xml

Modified: stanbol/branches/contenthub-two-layered-structure/contenthub/search/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/contenthub-two-layered-structure/contenthub/search/pom.xml?rev=1451222&r1=1451221&r2=1451222&view=diff
==============================================================================
--- stanbol/branches/contenthub-two-layered-structure/contenthub/search/pom.xml (original)
+++ stanbol/branches/contenthub-two-layered-structure/contenthub/search/pom.xml Thu Feb 28 14:58:04 2013
@@ -13,13 +13,17 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-contenthub</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.search.reactor</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Search Reactor</name>
+  <name>Apache Stanbol Contenthub Search Reactor</name>
   <description>
     Pseudo project to build the complete semantic search project
   </description>
@@ -28,10 +32,10 @@
 
   <scm>
     <connection>
-			scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/contenthub/search
+			scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/contenthub/search
     </connection>
     <developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/contenthub/search
+			scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/contenthub/search
     </developerConnection>
   </scm>