Author: tomdz
Date: Sun May 20 22:07:17 2007
New Revision: 540028
URL: http://svn.apache.org/viewvc?view=rev&rev=540028
Log:
Updated POM
Modified:
db/ddlutils/trunk/pom.xml
Modified: db/ddlutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?view=diff&rev=540028&r1=540027&r2=540028
==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Sun May 20 22:07:17 2007
@@ -18,18 +18,14 @@
under the License.
-->
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>1</version>
- </parent>
- <groupId>org.apache.db.ddlutils</groupId>
+ <groupId>org.apache.ddlutils</groupId>
<artifactId>ddlutils</artifactId>
<packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-RC2</version>
<name>Apache DdlUtils</name>
<description>
DdlUtils is a small, easy-to-use component for working with Database
Definition (DDL) files.
@@ -67,24 +63,11 @@
<url>http://issues.apache.org/jira/browse/DDLUTILS</url>
</issueManagement>
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/db/ddlutils/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/ddlutils/trunk/</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/db/ddlutils/trunk/</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>apache.website</id>
- <url>scp://minotaur.apache.org/www/db.apache.org/ddlutils/</url>
- </site>
- </distributionManagement>
-
<developers>
<developer>
<id>tomdz</id>
<name>Thomas Dudziak</name>
- <email>[EMAIL PROTECTED]</email>
+ <email>[EMAIL PROTECTED]</email>
<organization>ASF</organization>
</developer>
<developer>
@@ -95,13 +78,29 @@
</developer>
</developers>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/ddlutils/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/ddlutils/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/db/ddlutils/trunk/</url>
+ </scm>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://minotaur.apache.org/www/db.apache.org/ddlutils/</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
- <dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
@@ -109,14 +108,19 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
<groupId>commons-betwixt</groupId>
<artifactId>commons-betwixt</artifactId>
<version>0.8</version>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
@@ -124,9 +128,9 @@
<version>3.1</version>
</dependency>
<dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.2.1</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
@@ -134,19 +138,24 @@
<version>1.7</version>
</dependency>
<dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.2</version>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.1</version>
</dependency>
<dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.2.1</version>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ <version>1.0.4</version>
</dependency>
<dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0</version>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>1.2</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
@@ -154,30 +163,32 @@
<version>1.4</version>
</dependency>
<dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
</dependency>
<dependency>
- <groupId>oro</groupId>
- <artifactId>oro</artifactId>
- <version>2.0.8</version>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.8</version>
+ <!-- Optional if you don't use the ant task. -->
+ <optional>true</optional>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>1.0.4</version>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0.1</version>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <version>2.0.8</version>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.8</version>
- <!-- Optional if you don't use the ant task. -->
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.0.2</version>
+ <scope>runtime</scope>
<optional>true</optional>
</dependency>