[seam-commits] Seam SVN: r14306 - in branches/community/Seam_2_3/examples-ee6: mail and 4 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 8 10:09:21 EST 2012


Author: manaRH
Date: 2012-02-08 10:09:20 -0500 (Wed, 08 Feb 2012)
New Revision: 14306

Modified:
   branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/mail/pom.xml
   branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
fixed wrong groupId in examples-ee6/mail and added dependency mgmt for hibernate-validator into examples-ee6

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml	2012-02-08 13:28:15 UTC (rev 14305)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
@@ -3,12 +3,12 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>mail</artifactId>
-        <groupId>org.jboss.seam.examples</groupId>
+        <groupId>org.jboss.seam.examples-ee6</groupId>
         <version>2.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
-    <groupId>org.jboss.seam.examples.mail</groupId>
+    <groupId>org.jboss.seam.examples-ee6.mail</groupId>
     <artifactId>mail-ear</artifactId>
     <packaging>ear</packaging>
     <name>Mail EAR Module (EE6)</name>

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml	2012-02-08 13:28:15 UTC (rev 14305)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
@@ -3,12 +3,12 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>mail</artifactId>
-		<groupId>org.jboss.seam.examples</groupId>
+		<groupId>org.jboss.seam.examples-ee6</groupId>
 		<version>2.3.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
-	<groupId>org.jboss.seam.examples.mail</groupId>
+	<groupId>org.jboss.seam.examples-ee6.mail</groupId>
 	<artifactId>mail-ejb</artifactId>
 	<packaging>ejb</packaging>
 	<name>Mail EJB Module (EE6)</name>
@@ -40,13 +40,4 @@
 		</dependency>
 	</dependencies>
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.hibernate</groupId>
-				<artifactId>hibernate-validator</artifactId>
-				<version>3.1.0.GA</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
 </project>

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml	2012-02-08 13:28:15 UTC (rev 14305)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
@@ -3,12 +3,12 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>mail</artifactId>
-        <groupId>org.jboss.seam.examples</groupId>
+        <groupId>org.jboss.seam.examples-ee6</groupId>
         <version>2.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
-    <groupId>org.jboss.seam.examples.mail</groupId>
+    <groupId>org.jboss.seam.examples-ee6.mail</groupId>
     <artifactId>mail-tests</artifactId>
     <name>Mail Integration Tests Module (EE6)</name>
     

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml	2012-02-08 13:28:15 UTC (rev 14305)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
@@ -3,12 +3,12 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>mail</artifactId>
-        <groupId>org.jboss.seam.examples</groupId>
+        <groupId>org.jboss.seam.examples-ee6</groupId>
         <version>2.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
-    <groupId>org.jboss.seam.examples.mail</groupId>
+    <groupId>org.jboss.seam.examples-ee6.mail</groupId>
     <artifactId>mail-web</artifactId>
     <packaging>war</packaging>
     <name>Mail Web Module (EE6)</name>

Modified: branches/community/Seam_2_3/examples-ee6/mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/pom.xml	2012-02-08 13:28:15 UTC (rev 14305)
+++ branches/community/Seam_2_3/examples-ee6/mail/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>
-	<groupId>org.jboss.seam.examples</groupId>
+	<groupId>org.jboss.seam.examples-ee6</groupId>
 	<artifactId>mail</artifactId>
 	<parent>
 		<groupId>org.jboss.seam</groupId>
-		<artifactId>examples</artifactId>
+		<artifactId>examples-ee6</artifactId>
 		<version>2.3.0-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
     <packaging>pom</packaging>
     <name>Seam Mail Example (EE6)</name>

Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml	2012-02-08 13:28:15 UTC (rev 14305)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
@@ -106,13 +106,19 @@
                 <version>6.0</version>
                 <scope>provided</scope>
             </dependency>
+
             <dependency>
-                <groupId>org.hibernate</groupId>
-                <artifactId>hibernate-entitymanager</artifactId>
-                <version>${hibernate-em.version}</version>
-                <scope>provided</scope>
+	            <groupId>org.hibernate</groupId>
+	            <artifactId>hibernate-core</artifactId>
+	            <version>4.0.1.Final</version>
             </dependency>
-
+            
+	        <dependency>
+	            <groupId>org.hibernate</groupId>
+	            <artifactId>hibernate-validator</artifactId>
+	            <version>4.2.0.Final</version>
+	        </dependency>          
+	          
             <!-- common test scope dependencies -->
             <dependency>
                 <groupId>org.testng</groupId>



More information about the seam-commits mailing list