Rename module to match folder name
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>