aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2007-04-20 11:43:31 +0000
committerNick Burch <nick@apache.org>2007-04-20 11:43:31 +0000
commit190af5a8d99cce076d927c1c638fcd9a5c9265d2 (patch)
treee4186919dd084f5a7c2768abe1fcee65493b7332
parentfd5fb56ff864e253c539908c40eb82c3a1084c79 (diff)
downloadpoi-190af5a8d99cce076d927c1c638fcd9a5c9265d2.tar.gz
poi-190af5a8d99cce076d927c1c638fcd9a5c9265d2.zip
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
-rw-r--r--poi.pom2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi.pom b/poi.pom
index a85caf93d9..bfacff3fe6 100644
--- a/poi.pom
+++ b/poi.pom
@@ -1,6 +1,6 @@
<metadata>
<modelVersion>4.0.0</modelVersion>
- <groupId>poi</groupId>
+ <groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>@VERSION@</version>
<packaging>jar</packaging>