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 2013/02/12 15:02:31 UTC

svn commit: r1445174 - in /stanbol/branches/STANBOL-913: ./ celi/ dbpedia-spotlight/ entityhublinking/ entitylinking/ entitylinking/engine/ entitylinking/labeltokenizer-lucene/ entitylinking/labeltokenizer-opennlp/ entitylinking/labeltokenizer-paoding/...

Author: fchrist
Date: Tue Feb 12 14:02:30 2013
New Revision: 1445174

URL: http://svn.apache.org/r1445174
Log:
STANBOL-913 Updated to fixed versions, OpenNLP data bundles are now real optional bundles when tests are skip

Modified:
    stanbol/branches/STANBOL-913/celi/pom.xml
    stanbol/branches/STANBOL-913/dbpedia-spotlight/pom.xml
    stanbol/branches/STANBOL-913/entityhublinking/pom.xml
    stanbol/branches/STANBOL-913/entitylinking/engine/pom.xml
    stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-lucene/pom.xml
    stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-opennlp/pom.xml
    stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-paoding/pom.xml
    stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-smartcn/pom.xml
    stanbol/branches/STANBOL-913/entitylinking/pom.xml
    stanbol/branches/STANBOL-913/entitytagging/pom.xml
    stanbol/branches/STANBOL-913/geonames/pom.xml
    stanbol/branches/STANBOL-913/htmlextractor/pom.xml
    stanbol/branches/STANBOL-913/keywordextraction/pom.xml
    stanbol/branches/STANBOL-913/langdetect/pom.xml
    stanbol/branches/STANBOL-913/langid/pom.xml
    stanbol/branches/STANBOL-913/nlp2rdf/pom.xml
    stanbol/branches/STANBOL-913/opencalais/pom.xml
    stanbol/branches/STANBOL-913/opennlp/   (props changed)
    stanbol/branches/STANBOL-913/opennlp/opennlp-chunker/pom.xml
    stanbol/branches/STANBOL-913/opennlp/opennlp-ner/pom.xml
    stanbol/branches/STANBOL-913/opennlp/opennlp-pos/pom.xml
    stanbol/branches/STANBOL-913/opennlp/opennlp-sentence/pom.xml
    stanbol/branches/STANBOL-913/opennlp/opennlp-token/pom.xml
    stanbol/branches/STANBOL-913/opennlp/pom.xml
    stanbol/branches/STANBOL-913/paoding-token/pom.xml
    stanbol/branches/STANBOL-913/pom.xml
    stanbol/branches/STANBOL-913/restful-langident/pom.xml
    stanbol/branches/STANBOL-913/restful-nlp/pom.xml
    stanbol/branches/STANBOL-913/sentiment-summarization/pom.xml
    stanbol/branches/STANBOL-913/sentiment-wordclassifier/pom.xml
    stanbol/branches/STANBOL-913/smartcn-token/pom.xml
    stanbol/branches/STANBOL-913/tika/pom.xml
    stanbol/branches/STANBOL-913/topic/engine/   (props changed)
    stanbol/branches/STANBOL-913/topic/engine/pom.xml
    stanbol/branches/STANBOL-913/topic/web/pom.xml
    stanbol/branches/STANBOL-913/uima/   (props changed)
    stanbol/branches/STANBOL-913/uima/pom.xml
    stanbol/branches/STANBOL-913/uima/uimalocal-template/pom.xml
    stanbol/branches/STANBOL-913/uima/uimaremote/pom.xml
    stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml
    stanbol/branches/STANBOL-913/xmpextractor/pom.xml
    stanbol/branches/STANBOL-913/zemanta/pom.xml

Modified: stanbol/branches/STANBOL-913/celi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/celi/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/celi/pom.xml (original)
+++ stanbol/branches/STANBOL-913/celi/pom.xml Tue Feb 12 14:02:30 2013
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/dbpedia-spotlight/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/dbpedia-spotlight/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/dbpedia-spotlight/pom.xml (original)
+++ stanbol/branches/STANBOL-913/dbpedia-spotlight/pom.xml Tue Feb 12 14:02:30 2013
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entityhublinking/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entityhublinking/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entityhublinking/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entityhublinking/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entitylinking/engine/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitylinking/engine/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitylinking/engine/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitylinking/engine/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-lucene/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-lucene/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-lucene/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-lucene/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-opennlp/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-opennlp/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-opennlp/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-paoding/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-paoding/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-paoding/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-paoding/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-smartcn/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-smartcn/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-smartcn/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitylinking/labeltokenizer-smartcn/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/entitylinking/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitylinking/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitylinking/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitylinking/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entity Linking</name>

Modified: stanbol/branches/STANBOL-913/entitytagging/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/entitytagging/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/entitytagging/pom.xml (original)
+++ stanbol/branches/STANBOL-913/entitytagging/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -158,7 +158,7 @@
      <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <scope>test</scope>
     </dependency>
      <dependency>

Modified: stanbol/branches/STANBOL-913/geonames/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/geonames/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/geonames/pom.xml (original)
+++ stanbol/branches/STANBOL-913/geonames/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/htmlextractor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/htmlextractor/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/htmlextractor/pom.xml (original)
+++ stanbol/branches/STANBOL-913/htmlextractor/pom.xml Tue Feb 12 14:02:30 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/keywordextraction/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/keywordextraction/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/keywordextraction/pom.xml (original)
+++ stanbol/branches/STANBOL-913/keywordextraction/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -160,12 +160,6 @@
       <version>0.11.0</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
 
     <dependency>
       <groupId>junit</groupId>
@@ -177,7 +171,39 @@
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>      
     </dependency>
-
   </dependencies>
 
+  <profiles>
+    <!--
+      The profiles here are used to prevent a build failure
+      if tests are skipped using -DskipTests but the required
+      OpenNLP data bundles are not available in the local repo.
+      With these profiles Maven does not try to download
+      the runtime test dependencies of the data bundles.
+    -->
+    <profile>
+      <id>with-tests</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.stanbol</groupId>
+          <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
+          <version>1.1.0</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>no-tests</id>
+      <activation>
+        <property>
+          <name>skipTests</name>
+          <value>true</value>
+        </property>
+      </activation>
+    </profile>    
+  </profiles>
+
 </project>

Modified: stanbol/branches/STANBOL-913/langdetect/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/langdetect/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/langdetect/pom.xml (original)
+++ stanbol/branches/STANBOL-913/langdetect/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/langid/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/langid/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/langid/pom.xml (original)
+++ stanbol/branches/STANBOL-913/langid/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/nlp2rdf/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/nlp2rdf/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/nlp2rdf/pom.xml (original)
+++ stanbol/branches/STANBOL-913/nlp2rdf/pom.xml Tue Feb 12 14:02:30 2013
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/opencalais/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opencalais/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opencalais/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opencalais/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Propchange: stanbol/branches/STANBOL-913/opennlp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Feb 12 14:02:30 2013
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target

Modified: stanbol/branches/STANBOL-913/opennlp/opennlp-chunker/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opennlp/opennlp-chunker/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opennlp/opennlp-chunker/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opennlp/opennlp-chunker/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/opennlp/opennlp-ner/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opennlp/opennlp-ner/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opennlp/opennlp-ner/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opennlp/opennlp-ner/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -139,18 +139,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
@@ -162,4 +150,43 @@
     </dependency>
   </dependencies>
 
+  <profiles>
+    <!--
+      The profiles here are used to prevent a build failure
+      if tests are skipped using -DskipTests but the required
+      OpenNLP data bundles are not available in the local repo.
+      With these profiles Maven does not try to download
+      the runtime test dependencies of the data bundles.
+    -->
+    <profile>
+      <id>with-tests</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.stanbol</groupId>
+          <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
+          <version>1.1.0</version>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.stanbol</groupId>
+          <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
+          <version>1.1.0</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>no-tests</id>
+      <activation>
+        <property>
+          <name>skipTests</name>
+          <value>true</value>
+        </property>
+      </activation>
+    </profile>    
+  </profiles>
+
 </project>

Modified: stanbol/branches/STANBOL-913/opennlp/opennlp-pos/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opennlp/opennlp-pos/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opennlp/opennlp-pos/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opennlp/opennlp-pos/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/opennlp/opennlp-sentence/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opennlp/opennlp-sentence/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opennlp/opennlp-sentence/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opennlp/opennlp-sentence/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/opennlp/opennlp-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opennlp/opennlp-token/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opennlp/opennlp-token/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opennlp/opennlp-token/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/opennlp/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/opennlp/pom.xml (original)
+++ stanbol/branches/STANBOL-913/opennlp/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP</name>

Modified: stanbol/branches/STANBOL-913/paoding-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/paoding-token/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/paoding-token/pom.xml (original)
+++ stanbol/branches/STANBOL-913/paoding-token/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/pom.xml (original)
+++ stanbol/branches/STANBOL-913/pom.xml Tue Feb 12 14:02:30 2013
@@ -22,13 +22,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>3</version>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancement-engines</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engines</name>

Modified: stanbol/branches/STANBOL-913/restful-langident/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/restful-langident/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/restful-langident/pom.xml (original)
+++ stanbol/branches/STANBOL-913/restful-langident/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/restful-nlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/restful-nlp/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/restful-nlp/pom.xml (original)
+++ stanbol/branches/STANBOL-913/restful-nlp/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/sentiment-summarization/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/sentiment-summarization/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/sentiment-summarization/pom.xml (original)
+++ stanbol/branches/STANBOL-913/sentiment-summarization/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/sentiment-wordclassifier/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/sentiment-wordclassifier/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/sentiment-wordclassifier/pom.xml (original)
+++ stanbol/branches/STANBOL-913/sentiment-wordclassifier/pom.xml Tue Feb 12 14:02:30 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/smartcn-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/smartcn-token/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/smartcn-token/pom.xml (original)
+++ stanbol/branches/STANBOL-913/smartcn-token/pom.xml Tue Feb 12 14:02:30 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/tika/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/tika/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/tika/pom.xml (original)
+++ stanbol/branches/STANBOL-913/tika/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Propchange: stanbol/branches/STANBOL-913/topic/engine/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Feb 12 14:02:30 2013
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target

Modified: stanbol/branches/STANBOL-913/topic/engine/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/topic/engine/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/topic/engine/pom.xml (original)
+++ stanbol/branches/STANBOL-913/topic/engine/pom.xml Tue Feb 12 14:02:30 2013
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/topic/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/topic/web/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/topic/web/pom.xml (original)
+++ stanbol/branches/STANBOL-913/topic/web/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>../..</relativePath>
   </parent>
 

Propchange: stanbol/branches/STANBOL-913/uima/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Feb 12 14:02:30 2013
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target

Modified: stanbol/branches/STANBOL-913/uima/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/uima/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/uima/pom.xml (original)
+++ stanbol/branches/STANBOL-913/uima/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : UIMA</name>

Modified: stanbol/branches/STANBOL-913/uima/uimalocal-template/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/uima/uimalocal-template/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/uima/uimalocal-template/pom.xml (original)
+++ stanbol/branches/STANBOL-913/uima/uimalocal-template/pom.xml Tue Feb 12 14:02:30 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/uima/uimaremote/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/uima/uimaremote/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/uima/uimaremote/pom.xml (original)
+++ stanbol/branches/STANBOL-913/uima/uimaremote/pom.xml Tue Feb 12 14:02:30 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml (original)
+++ stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml Tue Feb 12 14:02:30 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/xmpextractor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/xmpextractor/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/xmpextractor/pom.xml (original)
+++ stanbol/branches/STANBOL-913/xmpextractor/pom.xml Tue Feb 12 14:02:30 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/STANBOL-913/zemanta/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/zemanta/pom.xml?rev=1445174&r1=1445173&r2=1445174&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/zemanta/pom.xml (original)
+++ stanbol/branches/STANBOL-913/zemanta/pom.xml Tue Feb 12 14:02:30 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>..</relativePath>
   </parent>