You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2010/04/21 23:53:51 UTC

svn commit: r936528 - /incubator/empire-db/trunk/empire-db-examples/empire-db-example-codegen/pom.xml

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.
 	-->
 <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">
-	<parent>
-		<artifactId>empire-db-examples</artifactId>
-		<groupId>org.apache.empire-db</groupId>
-		<version>2.0.6-incubating-SNAPSHOT</version>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.empire-db</groupId>
+	<groupId>org.apache.empire-db.examples</groupId>
 	<artifactId>empire-db-example-codegen</artifactId>
+	<version>1.0.0-SNAPSHOT</version>
 	<name>Apache Empire-db Maven Codegen Example</name>
 	<description>Example showing the use of empire-db wrapped in a webservice</description>
 
@@ -31,7 +27,7 @@
 			<plugin>
 				<groupId>org.apache.empire-db</groupId>
 				<artifactId>empire-db-maven-plugin</artifactId>
-				<version>${project.version}</version>
+				<version>2.0.6-incubating</version>
 				<configuration>
 					<goalPrefix>empiredb</goalPrefix>
 					<jdbcClass>org.hsqldb.jdbcDriver</jdbcClass>
@@ -59,10 +55,12 @@
 		<dependency>
 			<groupId>org.apache.empire-db</groupId>
 			<artifactId>empire-db</artifactId>
+			<artifactId>2.0.6-incubating</artifactId>
 		</dependency>
 		<dependency>
 		    <groupId>hsqldb</groupId>
 		    <artifactId>hsqldb</artifactId>
+		    <version>1.8.0.10</version>
 		</dependency> 
 	</dependencies>