Author: alexdma
Date: Wed Mar 16 22:16:05 2011
New Revision: 1082323

URL: http://svn.apache.org/viewvc?rev=1082323&view=rev
Log:
STANBOL-39 :
- updated reactor POM
- new modules now reference Stanbol main parent POM (kres-version property 
temporarily added; will be removed once refactoring is complete)

Modified:
    incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml
    incubator/stanbol/trunk/kres/pom.xml
    incubator/stanbol/trunk/kres/reasoners/base/pom.xml
    incubator/stanbol/trunk/kres/reengineer/base/pom.xml
    incubator/stanbol/trunk/kres/rules/base/pom.xml
    incubator/stanbol/trunk/kres/rules/manager/pom.xml
    incubator/stanbol/trunk/kres/rules/refactor/pom.xml

Modified: incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/ontonet/pom.xml Wed Mar 16 
22:16:05 2011
@@ -20,10 +20,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -39,6 +39,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml Wed Mar 16 
22:16:05 2011
@@ -21,10 +21,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -40,6 +40,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>

Modified: incubator/stanbol/trunk/kres/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/pom.xml (original)
+++ incubator/stanbol/trunk/kres/pom.xml Wed Mar 16 22:16:05 2011
@@ -32,6 +32,7 @@
   <inceptionYear>2010</inceptionYear>
 
   <modules>
+  
        <!-- KReS parent -->
     <module>eu.iksproject.kres.parent</module>
     
@@ -51,49 +52,26 @@
        
        <!-- Transformation utils -->
 <!--   <module>eu.iksproject.kres.shared/dependency/silk</module> -->
-       <module>eu.iksproject.kres.shared/transformation</module>
+       <module>eu.iksproject.kres.shared/transformation</module>  
        
-    
-       
-       <!-- KReS APIs -->
+       <!-- Obsolete KReS modules -->
        <!--
        <module>eu.iksproject.kres.api</module>
-       -->
-
-
-       <!-- KReS Reasoner -->
+       <module>eu.iksproject.kres.manager</module>
        <module>eu.iksproject.kres.reasoners</module>
-
-       <!--
+       <module>eu.iksproject.kres.rules</module>
+       <module>eu.iksproject.kres.storage</module>
        <module>eu.iksproject.kres.storage.provider</module>
        -->
        
-       <!-- KReS manager -->
-       <!--
-       <module>eu.iksproject.kres.manager</module>
-       -->
-       
-       <!-- KReS rules -->
-       <!--
-    <module>eu.iksproject.kres.rules</module>
-       -->
-       
        <!-- Semion -->
        <module>eu.iksproject.kres.semion.manager</module>
        <module>eu.iksproject.kres.semion.reengineer.db</module>
        <module>eu.iksproject.kres.semion.reengineer.xml</module>
     <module>eu.iksproject.kres.semion.refactorer</module>
-    
-    <!-- Storage -->
-    <!--
-    <module>eu.iksproject.kres.storage</module>
-    -->
-    
+
     <!-- Jersey -->
     <module>eu.iksproject.kres.jersey</module>
-    <!-- <module>eu.iksproject.kres.manager.jersey</module> -->
-
-    <!-- Launcher -->
     
     <module>ontologymanager/ontonet</module>
     <module>ontologymanager/store</module>

Modified: incubator/stanbol/trunk/kres/reasoners/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reasoners/base/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reasoners/base/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reasoners/base/pom.xml Wed Mar 16 22:16:05 2011
@@ -20,10 +20,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -39,6 +39,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>

Modified: incubator/stanbol/trunk/kres/reengineer/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/base/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/base/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reengineer/base/pom.xml Wed Mar 16 22:16:05 
2011
@@ -21,10 +21,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -40,6 +40,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>

Modified: incubator/stanbol/trunk/kres/rules/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/base/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/base/pom.xml Wed Mar 16 22:16:05 2011
@@ -21,10 +21,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -39,6 +39,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>

Modified: incubator/stanbol/trunk/kres/rules/manager/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/manager/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/manager/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/manager/pom.xml Wed Mar 16 22:16:05 2011
@@ -21,10 +21,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -40,6 +40,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>

Modified: incubator/stanbol/trunk/kres/rules/refactor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/refactor/pom.xml?rev=1082323&r1=1082322&r2=1082323&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/refactor/pom.xml Wed Mar 16 22:16:05 2011
@@ -21,10 +21,10 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>eu.iksproject</groupId>
-               <artifactId>eu.iksproject.kres.parent</artifactId>
-               <version>0.7</version>
-               <relativePath>../../eu.iksproject.kres.parent</relativePath>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>0.9-SNAPSHOT</version>
+               <relativePath>../../../parent</relativePath>
        </parent>
 
        <groupId>org.apache.stanbol</groupId>
@@ -39,6 +39,10 @@
 
        <inceptionYear>2010</inceptionYear>
 
+       <properties>
+               <kres-version>0.7</kres-version>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>


Reply via email to