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 do...@apache.org on 2012/06/18 23:28:13 UTC

svn commit: r1351493 - in /empire-db/trunk: empire-db-examples/empire-db-example-jsf2/pom.xml pom.xml

Author: doebele
Date: Mon Jun 18 21:28:13 2012
New Revision: 1351493

URL: http://svn.apache.org/viewvc?rev=1351493&view=rev
Log:
EMPIREDB-140
pom entry missing

Modified:
    empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml
    empire-db/trunk/pom.xml

Modified: empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml?rev=1351493&r1=1351492&r2=1351493&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml Mon Jun 18 21:28:13 2012
@@ -15,12 +15,12 @@
 		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">
+	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>empire-db-examples</artifactId>
 		<groupId>org.apache.empire-db</groupId>
 		<version>2.3.1-SNAPSHOT</version>
 	</parent>
-	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-jsf2</artifactId>
 	<name>Apache Empire-db JSF2 Example</name>

Modified: empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/pom.xml?rev=1351493&r1=1351492&r2=1351493&view=diff
==============================================================================
--- empire-db/trunk/pom.xml (original)
+++ empire-db/trunk/pom.xml Mon Jun 18 21:28:13 2012
@@ -217,6 +217,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.empire-db</groupId>
+				<artifactId>empire-db-jsf2</artifactId>
+				<version>${project.version}</version>
+				<type>jar</type>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.empire-db</groupId>
 				<artifactId>empire-db-codegen</artifactId>
 				<version>${project.version}</version>
 				<type>jar</type>