Author: rwesten
Date: Thu Oct  3 04:35:33 2013
New Revision: 1528713

URL: http://svn.apache.org/r1528713
Log:
STANBOL-1128: Updated solr-text-tagger version from SNAPSHOT to released 1.2 
version; added FST linking engine to default build

Modified:
    stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml
    stanbol/trunk/enhancement-engines/pom.xml

Modified: stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml?rev=1528713&r1=1528712&r2=1528713&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml Thu Oct  3 
04:35:33 2013
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>org.opensextant</groupId>
       <artifactId>solr-text-tagger</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2</version>
     </dependency>
   
     <dependency>

Modified: stanbol/trunk/enhancement-engines/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pom.xml?rev=1528713&r1=1528712&r2=1528713&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/pom.xml Thu Oct  3 04:35:33 2013
@@ -77,10 +77,10 @@
     <module>entityhublinking</module>
     <module>entitytagging</module>
     <!-- fast EntityLinking using Lucene FST -->
-    <!-- TODO: not yet included in the default build -->
-    <!-- <module>lucenefstlinking</module> -->
+    <module>lucenefstlinking</module> <!-- see STANBOL-1128 -->
     <!-- deprecated -->
     <module>keywordextraction</module>
+    
 
          <!-- Categorization -->
     <module>topic/api</module>


Reply via email to