Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEFBCDE7F for ; Wed, 4 Jul 2012 20:19:33 +0000 (UTC) Received: (qmail 57479 invoked by uid 500); 4 Jul 2012 20:19:33 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 57453 invoked by uid 500); 4 Jul 2012 20:19:33 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 57442 invoked by uid 500); 4 Jul 2012 20:19:33 -0000 Received: (qmail 57438 invoked by uid 99); 4 Jul 2012 20:19:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 20:19:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 20:19:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C67DF2388847; Wed, 4 Jul 2012 20:19:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1357389 - in /db/torque/torque4/trunk: torque-ant-tasks/pom.xml torque-generator/pom.xml torque-maven-parent/pom.xml torque-maven-plugin/pom.xml torque-runtime/pom.xml torque-site/pom.xml torque-templates/pom.xml torque-test/pom.xml Date: Wed, 04 Jul 2012 20:19:12 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120704201912.C67DF2388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tfischer Date: Wed Jul 4 20:19:11 2012 New Revision: 1357389 URL: http://svn.apache.org/viewvc?rev=1357389&view=rev Log: new version 4.0-beta1-SNAPSHOT Modified: db/torque/torque4/trunk/torque-ant-tasks/pom.xml db/torque/torque4/trunk/torque-generator/pom.xml db/torque/torque4/trunk/torque-maven-parent/pom.xml db/torque/torque4/trunk/torque-maven-plugin/pom.xml db/torque/torque4/trunk/torque-runtime/pom.xml db/torque/torque4/trunk/torque-site/pom.xml db/torque/torque4/trunk/torque-templates/pom.xml db/torque/torque4/trunk/torque-test/pom.xml Modified: db/torque/torque4/trunk/torque-ant-tasks/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-ant-tasks/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-ant-tasks/pom.xml (original) +++ db/torque/torque4/trunk/torque-ant-tasks/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent Modified: db/torque/torque4/trunk/torque-generator/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-generator/pom.xml (original) +++ db/torque/torque4/trunk/torque-generator/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent @@ -90,6 +90,12 @@ xerces xercesImpl 2.9.1 + + + xml-apis + xml-apis + + Modified: db/torque/torque4/trunk/torque-maven-parent/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-maven-parent/pom.xml (original) +++ db/torque/torque4/trunk/torque-maven-parent/pom.xml Wed Jul 4 20:19:11 2012 @@ -35,7 +35,7 @@ torque-maven-parent pom Torque Maven Parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT parent project descriptor for the Torque project http://db.apache.org/torque/releases/torque-4.0 @@ -50,7 +50,7 @@ JIRA - http://issues.apache.org/jira/browse/TORQUE + http://issues.apache.org/jira/BrowseProject.jspa?projectId=12310280 Modified: db/torque/torque4/trunk/torque-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-maven-plugin/pom.xml (original) +++ db/torque/torque4/trunk/torque-maven-plugin/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent Modified: db/torque/torque4/trunk/torque-runtime/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-runtime/pom.xml (original) +++ db/torque/torque4/trunk/torque-runtime/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent Modified: db/torque/torque4/trunk/torque-site/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-site/pom.xml (original) +++ db/torque/torque4/trunk/torque-site/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent Modified: db/torque/torque4/trunk/torque-templates/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-templates/pom.xml (original) +++ db/torque/torque4/trunk/torque-templates/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent Modified: db/torque/torque4/trunk/torque-test/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1357389&r1=1357388&r2=1357389&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-test/pom.xml (original) +++ db/torque/torque4/trunk/torque-test/pom.xml Wed Jul 4 20:19:11 2012 @@ -24,7 +24,7 @@ org.apache.torque torque-maven-parent - 4.0-alpha1-SNAPSHOT + 4.0-beta1-SNAPSHOT ../torque-maven-parent --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org