Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 3608 invoked from network); 11 Mar 2006 15:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Mar 2006 15:36:25 -0000 Received: (qmail 58638 invoked by uid 500); 11 Mar 2006 15:36:24 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 58608 invoked by uid 500); 11 Mar 2006 15:36:24 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 58597 invoked by uid 500); 11 Mar 2006 15:36:23 -0000 Delivered-To: apmail-db-ddlutils-commits@db.apache.org Received: (qmail 58594 invoked by uid 99); 11 Mar 2006 15:36:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2006 07:36:23 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Mar 2006 07:36:23 -0800 Received: (qmail 3269 invoked by uid 65534); 11 Mar 2006 15:36:02 -0000 Message-ID: <20060311153602.3268.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r385093 - /db/ddlutils/trunk/pom.xml Date: Sat, 11 Mar 2006 15:36:02 -0000 To: ddlutils-commits@db.apache.org From: mvdb@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mvdb Date: Sat Mar 11 07:36:01 2006 New Revision: 385093 URL: http://svn.apache.org/viewcvs?rev=385093&view=rev Log: Apply patch provided by Carlos Sanchesz (DDLUTILS-58). Just changes the version of the parent pom to 1 instead of 1.0 Thanx for the patch. Modified: db/ddlutils/trunk/pom.xml Modified: db/ddlutils/trunk/pom.xml URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/pom.xml?rev=385093&r1=385092&r2=385093&view=diff ============================================================================== --- db/ddlutils/trunk/pom.xml (original) +++ db/ddlutils/trunk/pom.xml Sat Mar 11 07:36:01 2006 @@ -1,6 +1,11 @@ 4.0.0 + + org.apache + apache + 1 + org.apache.db.ddlutils ddlutils jar @@ -12,13 +17,13 @@ junit junit 3.8.1 - test ant ant 1.6.5 compile + true commons-betwixt @@ -60,15 +65,34 @@ commons-codec 1.3 + + oro + oro + 2.0.8 + + + jdbc.properties.hsqldb + + - src/java - src/test + src/java + src/test + + + org.apache.maven.plugins + maven-surefire-plugin + + + + jdbc.properties.file + ${jdbc.properties.file} + + + + + - - - -