You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2018/05/31 08:04:50 UTC

[opennlp-sandbox] branch master updated: Rename module to match folder name

This is an automated email from the ASF dual-hosted git repository.

joern pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
     new 5df185c  Rename module to match folder name
5df185c is described below

commit 5df185c660f8b3e0887b8ffe1ca1a9cc5673cd55
Author: Jörn Kottmann <jo...@apache.org>
AuthorDate: Thu May 31 10:04:40 2018 +0200

    Rename module to match folder name
---
 tf-ner-poc/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tf-ner-poc/pom.xml b/tf-ner-poc/pom.xml
index 71e9620..45bdce0 100644
--- a/tf-ner-poc/pom.xml
+++ b/tf-ner-poc/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.opennlp</groupId>
-    <artifactId>tf-ner</artifactId>
+    <artifactId>tf-ner-poc</artifactId>
     <version>1.0-SNAPSHOT</version>
 
     <properties>
@@ -46,4 +46,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

-- 
To stop receiving notification emails like this one, please contact
joern@apache.org.