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 10:57:42 UTC

svn commit: r1345876 - in /incubator/stanbol/trunk/entityhub: ./ bundlelist/ defaults/ generic/core/ generic/servicesapi/ generic/test/ indexing/ indexing/dblp/ indexing/dbpedia/ indexing/destination/solryard/ indexing/genericrdf/ indexing/geonames/ in...

Author: fchrist
Date: Mon Jun  4 08:57:41 2012
New Revision: 1345876

URL: http://svn.apache.org/viewvc?rev=1345876&view=rev
Log:
STANBOL-646 added license tag in POMs, STANBOL-639 fixed SCM paths and compnent names

Modified:
    incubator/stanbol/trunk/entityhub/bundlelist/pom.xml
    incubator/stanbol/trunk/entityhub/defaults/pom.xml
    incubator/stanbol/trunk/entityhub/generic/core/pom.xml
    incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml
    incubator/stanbol/trunk/entityhub/generic/test/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
    incubator/stanbol/trunk/entityhub/jersey/pom.xml
    incubator/stanbol/trunk/entityhub/ldpath/pom.xml
    incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml
    incubator/stanbol/trunk/entityhub/parent/pom.xml
    incubator/stanbol/trunk/entityhub/pom.xml
    incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml
    incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml
    incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml
    incubator/stanbol/trunk/entityhub/yard/solr/pom.xml

Modified: incubator/stanbol/trunk/entityhub/bundlelist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/bundlelist/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/bundlelist/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/bundlelist/pom.xml Mon Jun  4 08:57:41 2012
@@ -28,6 +28,15 @@
   
   <name>Apache Stanbol Entityhub Bundle List</name>
 
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
   <build>
     <plugins>
       <plugin>

Modified: incubator/stanbol/trunk/entityhub/defaults/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/defaults/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/defaults/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/defaults/pom.xml Mon Jun  4 08:57:41 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub default configuration</name>
+  <name>Apache Stanbol Entityhub Default Configuration</name>
   <description>This provides the default configuration for the Entityhub. This bundle can be removed by users that want/need to provide their own configuration conflicting with the defaults.</description>
   
   <scm>
@@ -38,6 +38,15 @@
     <url>http://incubator.apache.org/stanbol</url>
   </scm>
 
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <build>
     <!-- make it an OSGi bundle -->
     <plugins>

Modified: incubator/stanbol/trunk/entityhub/generic/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/core/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/generic/core/pom.xml Mon Jun  4 08:57:41 2012
@@ -39,7 +39,15 @@
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/core

Modified: incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml Mon Jun  4 08:57:41 2012
@@ -36,7 +36,15 @@
   <description>The Services API of the Entityhub</description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/servicesapi

Modified: incubator/stanbol/trunk/entityhub/generic/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/test/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/test/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/generic/test/pom.xml Mon Jun  4 08:57:41 2012
@@ -38,7 +38,15 @@
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/test

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml Mon Jun  4 08:57:41 2012
@@ -36,6 +36,15 @@
     http://dblp.l3s.de/dblp.rdf.gz to create a local index of DBLP to be used
     with the Apache Stanbol Entityhub
   </description>
+
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>  
   
   <scm>
     <connection>

Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Mon Jun  4 08:57:41 2012
@@ -34,6 +34,15 @@
   <name>Apache Stanbol Entityhub Indexing for DBpedia.org</name>
   <description>This uses the RDF dump of dbpedia.org to create a Full Yard for dbpedia.org</description>
 
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia

Modified: incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml Mon Jun  4 08:57:41 2012
@@ -31,10 +31,20 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Indexing SolrYard destination</name>
+  <name>Apache Stanbol Entityhub Indexing Destination SolrYard</name>
   <description>
   Implementation of the IndexingTarget interface for the Stanbol Entityhub SolrYard.
   </description>
+
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/destination/solryard
@@ -44,6 +54,7 @@
     </developerConnection>
     <url>http://incubator.apache.org/stanbol</url>
   </scm>
+  
   <build>
     <plugins>
       <plugin>

Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Mon Jun  4 08:57:41 2012
@@ -30,13 +30,22 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Entityhub Indexing - generic configuration for RDF indexing</name>
+  <name>Apache Stanbol Entityhub Indexing Generic RDF</name>
 
   <description>This Indexing Tool provides a default configuration to index any
     kind of RDF data. Users might want to adapt some configurations to the specifica
     of the RDF data.
   </description>
   
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+    
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/genericrdf

Modified: incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml Mon Jun  4 08:57:41 2012
@@ -32,10 +32,22 @@
   <artifactId>org.apache.stanbol.entityhub.indexing.geonames</artifactId>
   <packaging>jar</packaging>
   <version>0.10.0-incubating-SNAPSHOT</version>
+  
   <name>Apache Stanbol Entityhub Indexing for geonames.org</name>
-  <description>This uses the DB dump of geonames.org to create a Full Yard containing all points of interest of geonames.org
+  
+  <description>
+    This uses the DB dump of geonames.org to create a Full Yard containing all points of interest of geonames.org
   </description>
 
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/geonames

Modified: incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml Mon Jun  4 08:57:41 2012
@@ -31,27 +31,31 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Entityhub Indexingparent POM</name>
+  <name>Apache Stanbol Entityhub Indexing Parent</name>
   <description>
     Parent POM for the Apache Stanbol Entityhub Indexing component
   </description>
 
   <inceptionYear>2010</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/parent
+      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/parent
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/parent
+      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/parent
     </developerConnection>
     <url>http://incubator.apache.org/stanbol</url>
   </scm>
 
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-
   <build>
     <pluginManagement>
       <plugins>

Modified: incubator/stanbol/trunk/entityhub/indexing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/pom.xml Mon Jun  4 08:57:41 2012
@@ -20,6 +20,13 @@
 
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>10</version>
+    <relativePath />
+  </parent>
+  
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.reactor</artifactId>
   <version>0.10.0-incubating-SNAPSHOT</version>
@@ -32,6 +39,15 @@
 
   <inceptionYear>2010</inceptionYear>
 
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing

Modified: incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml Mon Jun  4 08:57:41 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub IndexingSource for RDF using Jena TDB</name>
+  <name>Apache Stanbol Entityhub Indexing Source for Jena TDB</name>
   <description>
     Provides support for indexing RDF data by using an Jena TDB triple store.
     It supports to used an existing triple store and to create an new one by
@@ -41,12 +41,21 @@
     http://dbpedia.org dumps. 
   </description>
   
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+    
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/rdf/jenatdb
+      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/rdf/jenatdb
+      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb
     </developerConnection>
     <url>http://incubator.apache.org/stanbol</url>
   </scm>

Modified: incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml Mon Jun  4 08:57:41 2012
@@ -32,18 +32,27 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub IndexingSource for vCard</name>
+  <name>Apache Stanbol Entityhub Indexing Source for vCard</name>
 
   <description>
     Reads vCard files and converts them to Representations.
   </description>
+  
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/rdf/vcard
+      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/vcard
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/rdf/vcard
+      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/vcard
     </developerConnection>
     <url>http://incubator.apache.org/stanbol</url>
   </scm>

Modified: incubator/stanbol/trunk/entityhub/jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/jersey/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/jersey/pom.xml Mon Jun  4 08:57:41 2012
@@ -26,7 +26,17 @@
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Web Jersey HTTP Endpoint</name>
-  <description></description>
+  <description>HTTP endpoint of the Entityhub.</description>
+  
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/jersey

Modified: incubator/stanbol/trunk/entityhub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/ldpath/pom.xml Mon Jun  4 08:57:41 2012
@@ -28,6 +28,15 @@
   <name>Apache Stanbol Entityhub LDPath Support</name>
   <description>Implementation of the LDPath (http://code.google.com/p/ldpath/) API for the Entityhub</description>
 
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/ldpath

Modified: incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml Mon Jun  4 08:57:41 2012
@@ -32,13 +32,21 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Model implementation based on RDF (using Clerezza)</name>
+  <name>Apache Stanbol Entityhub Model Clerezza</name>
   <description>This bundle provides implementation of the Entityhub Representation interface
     based on a RDF inMemory triple store by using the Clerezza framework.
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/model/clerezza

Modified: incubator/stanbol/trunk/entityhub/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/parent/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/parent/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/parent/pom.xml Mon Jun  4 08:57:41 2012
@@ -37,7 +37,15 @@
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/parent

Modified: incubator/stanbol/trunk/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/pom.xml Mon Jun  4 08:57:41 2012
@@ -20,6 +20,13 @@
 
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>10</version>
+    <relativePath />
+  </parent>
+    
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.reactor</artifactId>
   <version>0.10.0-incubating-SNAPSHOT</version>
@@ -31,6 +38,14 @@
   </description>
 
   <inceptionYear>2010</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
   <scm>
     <connection>
@@ -55,9 +70,7 @@
     <module>yard/solr</module>
     <module>jersey</module>
     <module>ldpath</module>
-    <!-- deleted use the Stanbol Full launcher instead 
-    <module>launchers/sling</module>
-    -->
+
     <!-- Utils for createing local caches (indexing utils) -->
     <module>indexing</module>
     <module>defaults</module>

Modified: incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml Mon Jun  4 08:57:41 2012
@@ -32,12 +32,20 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Query implementation hased on SPARQL </name>
+  <name>Apache Stanbol Entityhub Query SPARQL</name>
   <description>This bundle provides implementation of the Entityhub Query interface(s) 
   based on SPARQL by using the Clerezza framework.</description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/query/clerezza

Modified: incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml Mon Jun  4 08:57:41 2012
@@ -32,13 +32,21 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Linked Data Protocol Implementation</name>
+  <name>Apache Stanbol Entityhub Site Linked Data Protocol</name>
   <description>This includes EntityDereferencer and EntitySearcher implementations
     for the protocols such as CoolURI and SPARQL Endpoints
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/site/linkeddata

Modified: incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml Mon Jun  4 08:57:41 2012
@@ -38,7 +38,15 @@
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/yard/clerezza

Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1345876&r1=1345875&r2=1345876&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Mon Jun  4 08:57:41 2012
@@ -38,7 +38,15 @@
   </description>
 
   <inceptionYear>2010</inceptionYear>
-
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/yard/solr