mirror of https://github.com/apache/poi.git
Update the groupId to org.apache.poi, as per mavern guidelines
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@530749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd5fb56ff8
commit
190af5a8d9
2
poi.pom
2
poi.pom
|
@ -1,6 +1,6 @@
|
||||||
<metadata>
|
<metadata>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi</artifactId>
|
<artifactId>poi</artifactId>
|
||||||
<version>@VERSION@</version>
|
<version>@VERSION@</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
Loading…
Reference in New Issue