correcting the maven manifest, for the package name

This commit is contained in:
Vincent Batts 2012-11-09 13:01:46 -05:00
parent 8374c7c97c
commit 8f57255c06
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.redhat.trie</groupId>
<groupId>com.redhat.trie</groupId>
<artifactId>PathPacker</artifactId>
<version>0.0.1-SNAPSHOT</version>