Description: Adjust POM meta data
 Upstream ships a POM file, but this shows a different group ID to the one
 listed on maven central.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: <2017-11-23>

Index: texhyphj/pom.xml
===================================================================
--- texhyphj.orig/pom.xml
+++ texhyphj/pom.xml
@@ -3,12 +3,12 @@
   <modelVersion>4.0.0</modelVersion>
   
   <!--  This module  -->
-  <groupId>se.tpb</groupId>
+  <groupId>com.googlecode.texhyphj</groupId>
   <artifactId>texhyphj</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.2</version>
   <packaging>bundle</packaging>
 
-  <name>Texhyphj</name>
+  <name>texhyphj</name>
   <description>
   TeX Hyphenator in Java. Continues the work by David Tolpin. Specifically, adding UTF-8 support for pattern files while maintaining the original functionality. 
   </description>
