You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by co...@apache.org on 2016/12/28 02:58:13 UTC

opennlp git commit: Morfologik add-on depends on the Tools version as stated in parent pom.

Repository: opennlp
Updated Branches:
  refs/heads/902 [created] e5937c9ec


Morfologik add-on depends on the Tools version as stated in parent pom.

Fixed pom.xml by removing hardcoded version

See issue OPENNLP-902


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

Branch: refs/heads/902
Commit: e5937c9ecfe85d8e2f657f48f20d51062fb54851
Parents: a36d013
Author: William Colen <co...@apache.org>
Authored: Wed Dec 28 00:58:08 2016 -0200
Committer: William Colen <co...@apache.org>
Committed: Wed Dec 28 00:58:08 2016 -0200

----------------------------------------------------------------------
 opennlp-morfologik-addon/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/e5937c9e/opennlp-morfologik-addon/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index ddfedf2..e708267 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -91,7 +91,6 @@
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>
-			<version>1.6.0</version>
 		</dependency>
 
 		<dependency>