Author: reto
Date: Tue Nov 27 14:06:49 2012
New Revision: 1414196

URL: http://svn.apache.org/viewvc?rev=1414196&view=rev
Log:
STANBOL-817: added parent to reactors

Modified:
    stanbol/trunk/cmsadapter/   (props changed)
    stanbol/trunk/cmsadapter/pom.xml
    stanbol/trunk/commons/jobs/   (props changed)
    stanbol/trunk/commons/jobs/pom.xml
    stanbol/trunk/commons/pom.xml
    stanbol/trunk/contenthub/search/pom.xml
    stanbol/trunk/contenthub/store/pom.xml
    stanbol/trunk/enhancer/engines/pom.xml
    stanbol/trunk/enhancer/jobmanager/pom.xml
    stanbol/trunk/factstore/pom.xml
    stanbol/trunk/ontologymanager/pom.xml
    stanbol/trunk/reasoners/pom.xml
    stanbol/trunk/rules/adapters/   (props changed)
    stanbol/trunk/rules/adapters/pom.xml
    stanbol/trunk/rules/pom.xml

Propchange: stanbol/trunk/cmsadapter/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Nov 27 14:06:49 2012
@@ -1,2 +1,3 @@
 .settings
 .project
+target

Modified: stanbol/trunk/cmsadapter/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/cmsadapter/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/cmsadapter/pom.xml (original)
+++ stanbol/trunk/cmsadapter/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
        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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
        <groupId>org.apache.stanbol</groupId>
        <artifactId>org.apache.stanbol.cmsadapter.reactor</artifactId>
        <version>0.10.0-SNAPSHOT</version>

Propchange: stanbol/trunk/commons/jobs/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Nov 27 14:06:49 2012
@@ -1,2 +1,3 @@
 .project
 .settings
+target

Modified: stanbol/trunk/commons/jobs/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/commons/jobs/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/commons/jobs/pom.xml (original)
+++ stanbol/trunk/commons/jobs/pom.xml Tue Nov 27 14:06:49 2012
@@ -17,7 +17,12 @@
 -->
 <project>
   <modelVersion>4.0.0</modelVersion>
-
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.jobs.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Tue Nov 27 14:06:49 2012
@@ -17,7 +17,12 @@
 -->
 <project>
   <modelVersion>4.0.0</modelVersion>
-
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/contenthub/search/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/search/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/contenthub/search/pom.xml (original)
+++ stanbol/trunk/contenthub/search/pom.xml Tue Nov 27 14:06:49 2012
@@ -13,7 +13,12 @@
   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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.search.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/contenthub/store/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/store/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/contenthub/store/pom.xml (original)
+++ stanbol/trunk/contenthub/store/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
   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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.store.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/enhancer/engines/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/engines/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/enhancer/engines/pom.xml (original)
+++ stanbol/trunk/enhancer/engines/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
          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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/enhancer/jobmanager/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/jobmanager/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/enhancer/jobmanager/pom.xml (original)
+++ stanbol/trunk/enhancer/jobmanager/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
          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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.jobmanager.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/factstore/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/factstore/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/factstore/pom.xml (original)
+++ stanbol/trunk/factstore/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
          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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.factstore.reactor</artifactId>
   <version>0.9.0-incubating</version>

Modified: stanbol/trunk/ontologymanager/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/pom.xml (original)
+++ stanbol/trunk/ontologymanager/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
     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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.ontologymanager.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/reasoners/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/reasoners/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/reasoners/pom.xml (original)
+++ stanbol/trunk/reasoners/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
          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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Propchange: stanbol/trunk/rules/adapters/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Nov 27 14:06:49 2012
@@ -1,2 +1,3 @@
 .project
 .settings
+target

Modified: stanbol/trunk/rules/adapters/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/rules/adapters/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/rules/adapters/pom.xml (original)
+++ stanbol/trunk/rules/adapters/pom.xml Tue Nov 27 14:06:49 2012
@@ -17,7 +17,12 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    
    <modelVersion>4.0.0</modelVersion>
-
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.rules.adapters.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>

Modified: stanbol/trunk/rules/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/rules/pom.xml?rev=1414196&r1=1414195&r2=1414196&view=diff
==============================================================================
--- stanbol/trunk/rules/pom.xml (original)
+++ stanbol/trunk/rules/pom.xml Tue Nov 27 14:06:49 2012
@@ -19,7 +19,12 @@
          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>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.rules.reactor</artifactId>
   <version>0.10.0-SNAPSHOT</version>


Reply via email to