diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2006-07-27 17:13:52 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2006-07-27 17:13:52 +0000 |
commit | 3029cbdcc90eaa683300fce9385a5e6491fd18a9 (patch) | |
tree | e6767de3294f0c1975f676badb0736f058e1b9f2 /project.xml | |
parent | 14673aaa599add36dc2904b9287fac1efbcd7054 (diff) | |
download | jackcess-3029cbdcc90eaa683300fce9385a5e6491fd18a9.tar.gz jackcess-3029cbdcc90eaa683300fce9385a5e6491fd18a9.zip |
fix pom for ibiblio upload
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@77 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'project.xml')
-rw-r--r-- | project.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project.xml b/project.xml index e8646a1..16072bf 100644 --- a/project.xml +++ b/project.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project> - <pomVersion>1</pomVersion> - <id>jackcess</id> + <pomVersion>3</pomVersion> + <groupId>jackcess</groupId> + <artifactId>jackcess</artifactId> <name>Jackcess</name> <currentVersion>1.1.6</currentVersion> <organization> |