blob: 875f3d5db0200e99cf2571a0d7cc181ea1ca974d [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2003-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
<pomVersion>3</pomVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbutils</artifactId>
<inceptionYear>2002</inceptionYear>
<currentVersion>1.1-RC1</currentVersion>
<name>DbUtils</name>
<shortDescription>Commons DbUtils</shortDescription>
<description>A package of Java utility classes for easing JDBC development</description>
<logo>/images/logo.png</logo>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
<logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<gumpRepositoryId>jakarta-dbutils</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
</repository>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Juozas Baliuka</name>
<id>baliuka</id>
<email>baliuka@apache.org</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Steven Caswell</name>
<id>scaswell</id>
<email>steven@caswell.name</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>David Graham</name>
<id>dgraham</id>
<email>dgraham@apache.org</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Yoav Shapira</name>
<id>yoavs</id>
<email>yoavs@apache.org</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Henri Yandell</name>
<id>bayard</id>
<email>bayard@generationjava.com</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Péter Bagyinszki</name>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Alan Canon</name>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Stefan Fleiter</name>
<email>stefan.fleiter@web.de</email>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Adkins Kendall</name>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Markus Khouri</name>
<email>mkhouri.list@gmail.com</email>
<roles>
<role>Documentation</role>
</roles>
</contributor>
<contributor>
<name>Uli Kleeberger</name>
<email>ukleeberger@web.de</email>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Piotr Lakomy</name>
<email>piotrl@cft-inc.net</email>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Corby Page</name>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Michael Schuerig</name>
<email>michael@schuerig.de</email>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<name>Norris Shelton</name>
<email>norrisshelton@yahoo.com</email>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<url>http://www.junit.org/</url>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>
<url>http://maven.apache.org/reference/plugins/xdoc</url>
<type>plugin</type>
</dependency>
</dependencies>
<build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<!-- Unit test classes -->
<unitTest>
<includes>
<include>**/BaseTestCase.java</include>
</includes>
</unitTest>
</build>
<reports>
<report>maven-changes-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
<report>maven-pmd-plugin</report>
</reports>
</project>