Author: fchrist
Date: Wed Jun 15 08:52:25 2011
New Revision: 1135964

URL: http://svn.apache.org/viewvc?rev=1135964&view=rev
Log:
STANBOL-227 Changed POMs and launchers to use /commons/jsonld

Modified:
    incubator/stanbol/trunk/commons/jsonld/pom.xml
    incubator/stanbol/trunk/commons/pom.xml
    incubator/stanbol/trunk/commons/web/base/pom.xml
    incubator/stanbol/trunk/enhancer/jersey/pom.xml
    incubator/stanbol/trunk/enhancer/pom.xml
    incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/commons/jsonld/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/jsonld/pom.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/jsonld/pom.xml (original)
+++ incubator/stanbol/trunk/commons/jsonld/pom.xml Wed Jun 15 08:52:25 2011
@@ -6,28 +6,28 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+    <artifactId>stanbol-parent</artifactId>
     <version>0.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.jsonld</artifactId>
+  <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol JSON-LD API</name>
-  <description>The Stanbol JSON-LD API to create JSON-LD structures, parse 
them from String representation
-  and to serialize them to Strings.
+  <description>The Stanbol JSON-LD API to create JSON-LD structures,
+  parse them from String representation and to serialize them to Strings.
   </description>
 
   <inceptionYear>2010</inceptionYear>
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/generic/jsonld/
+      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/jsonld/
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/generic/jsonld/
+      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/jsonld/
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>

Modified: incubator/stanbol/trunk/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Wed Jun 15 08:52:25 2011
@@ -25,6 +25,7 @@
   </scm>
 
   <modules>
+    <module>jsonld</module>
     <module>web/base</module>
     <module>web/home</module>
     <module>web/sparql</module>

Modified: incubator/stanbol/trunk/commons/web/base/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/base/pom.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/base/pom.xml (original)
+++ incubator/stanbol/trunk/commons/web/base/pom.xml Wed Jun 15 08:52:25 2011
@@ -69,7 +69,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.jsonld</artifactId>
+      <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
     </dependency>
 
     <!-- Clerezza dependencies -->

Modified: incubator/stanbol/trunk/enhancer/jersey/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jersey/pom.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/jersey/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/jersey/pom.xml Wed Jun 15 08:52:25 2011
@@ -79,7 +79,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.jsonld</artifactId>
+      <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/enhancer/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/pom.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/pom.xml Wed Jun 15 08:52:25 2011
@@ -48,7 +48,6 @@
     <module>generic/servicesapi</module>
     <module>generic/jobmanager</module>
     <module>generic/standalone</module>
-    <module>generic/jsonld</module>
 
     <module>engines/autotagging</module>
     <module>engines/opennlp-ner</module>

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Wed Jun 15 
08:52:25 2011
@@ -331,12 +331,11 @@
                        
<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
                        <version>0.9-incubating-SNAPSHOT</version>
                </bundle>
-        <!-- Stanbol JSON-LD implementation -->
-        <bundle>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.jsonld</artifactId>
-            <version>0.9-SNAPSHOT</version>
-        </bundle>
+    <bundle>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+        <version>0.9-SNAPSHOT</version>
+    </bundle>
                <bundle>
                        <groupId>org.apache.stanbol</groupId>
                        
<artifactId>org.apache.stanbol.commons.web.base</artifactId>

Modified: incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Wed Jun 15 
08:52:25 2011
@@ -326,12 +326,11 @@
                        
<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
                        <version>0.9-incubating-SNAPSHOT</version>
                </bundle>
-        <!-- Stanbol JSON-LD implementation -->
-        <bundle>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.jsonld</artifactId>
-            <version>0.9-SNAPSHOT</version>
-        </bundle>
+    <bundle>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+        <version>0.9-SNAPSHOT</version>
+    </bundle>
                <bundle>
                        <groupId>org.apache.stanbol</groupId>
                        
<artifactId>org.apache.stanbol.commons.web.base</artifactId>

Modified: incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml 
(original)
+++ incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml Wed 
Jun 15 08:52:25 2011
@@ -279,7 +279,7 @@
                <!-- Stanbol JSON-LD implementation -->
                <bundle>
                        <groupId>org.apache.stanbol</groupId>
-                       <artifactId>org.apache.stanbol.jsonld</artifactId>
+                       
<artifactId>org.apache.stanbol.commons.jsonld</artifactId>
                        <version>0.9-SNAPSHOT</version>
                </bundle>
 

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1135964&r1=1135963&r2=1135964&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed Jun 15 08:52:25 2011
@@ -238,7 +238,7 @@
       <!-- Stanbol Deps -->
       <dependency>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.jsonld</artifactId>
+        <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
         <version>${stanbol-version}</version>
         <scope>provided</scope>
       </dependency>


Reply via email to