Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 14156 invoked from network); 21 Apr 2010 21:54:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 21:54:37 -0000 Received: (qmail 79007 invoked by uid 500); 21 Apr 2010 21:54:37 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 78987 invoked by uid 500); 21 Apr 2010 21:54:37 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 78979 invoked by uid 99); 21 Apr 2010 21:54:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 21:54:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 21 Apr 2010 21:54:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F30FC23889DE; Wed, 21 Apr 2010 21:53:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r936528 - /incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml Date: Wed, 21 Apr 2010 21:53:51 -0000 To: empire-db-commits@incubator.apache.org From: francisdb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100421215351.F30FC23889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: francisdb Date: Wed Apr 21 21:53:51 2010 New Revision: 936528 URL: http://svn.apache.org/viewvc?rev=936528&view=rev Log: decouple example from parent examples pom Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml?rev=936528&r1=936527&r2=936528&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml (original) +++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml Wed Apr 21 21:53:51 2010 @@ -15,14 +15,10 @@ License. --> - - empire-db-examples - org.apache.empire-db - 2.0.6-incubating-SNAPSHOT - 4.0.0 - org.apache.empire-db + org.apache.empire-db.examples empire-db-example-codegen + 1.0.0-SNAPSHOT Apache Empire-db Maven Codegen Example Example showing the use of empire-db wrapped in a webservice @@ -31,7 +27,7 @@ org.apache.empire-db empire-db-maven-plugin - ${project.version} + 2.0.6-incubating empiredb org.hsqldb.jdbcDriver @@ -59,10 +55,12 @@ org.apache.empire-db empire-db + 2.0.6-incubating hsqldb hsqldb + 1.8.0.10