Repository: opennlp
Updated Branches:
  refs/heads/master d372ad1de -> c434b3af4


OPENNLP-1063: Update Morfologik dependency version

closes apache/opennlp#204


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/c434b3af
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/c434b3af
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/c434b3af

Branch: refs/heads/master
Commit: c434b3af4008281a96154403094b20cefa7dd15b
Parents: d372ad1
Author: William D C M SILVA <[email protected]>
Authored: Tue May 16 10:07:57 2017 -0300
Committer: William D C M SILVA <[email protected]>
Committed: Tue May 16 10:07:57 2017 -0300

----------------------------------------------------------------------
 opennlp-morfologik-addon/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/c434b3af/opennlp-morfologik-addon/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index c46f101..612b27b 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -36,19 +36,20 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               <morfologik.version>2.1.3</morfologik.version>
        </properties>
 
        <dependencies>
                <dependency>
                        <groupId>org.carrot2</groupId>
                        <artifactId>morfologik-stemming</artifactId>
-                       <version>2.1.0</version>
+                       <version>${morfologik.version}</version>
                        <scope>compile</scope>
                </dependency>
                <dependency>
                        <groupId>org.carrot2</groupId>
                        <artifactId>morfologik-tools</artifactId>
-                       <version>2.1.0</version>
+                       <version>${morfologik.version}</version>
                        <scope>compile</scope>
                </dependency>
 

Reply via email to