Author: dhinojosa Date: 2012-03-06 17:41:41 -0500 (Tue, 06 Mar 2012) New Revision: 14369
Modified: branches/community/Seam_2_3/examples-ee6/messages/pom.xml Log: updated messages pom Modified: branches/community/Seam_2_3/examples-ee6/messages/pom.xml =================================================================== --- branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-03-06 22:41:10 UTC (rev 14368) +++ branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-03-06 22:41:41 UTC (rev 14369) @@ -1,68 +1,69 @@ <?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"> - <parent> - <artifactId>examples-ee6</artifactId> - <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.jboss.seam.examples-ee6</groupId> - <artifactId>messages</artifactId> - <packaging>pom</packaging> - <name>Messages Example (EE6)</name> - - <modules> - <module>messages-ejb</module> - <module>messages-web</module> - <module>messages-ear</module> - <module>messages-tests</module> - <module>messages-arquillian</module> - </modules> - - <properties> - <example.name>messages</example.name> - </properties> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.jboss.seam.examples-ee6</groupId> - <artifactId>messages-ejb</artifactId> - <version>${project.version}</version> - <type>ejb</type> - </dependency> - <dependency> - <groupId>org.jboss.seam.examples-ee6</groupId> - <artifactId>messages-web</artifactId> - <version>${project.version}</version> - <type>war</type> - </dependency> - <dependency> - <groupId>org.jboss.seam.examples-ee6</groupId> - <artifactId>messages-ear</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - <version>4.2.0.Final</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-entitymanager</artifactId> - <version>4.0.1.Final</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.6.1</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.6.1</version> - </dependency> - </dependencies> - </dependencyManagement> +<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>examples-ee6</artifactId> + <groupId>org.jboss.seam</groupId> + <version>2.3.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.jboss.seam.examples-ee6</groupId> + <artifactId>messages</artifactId> + <packaging>pom</packaging> + <name>Messages Example (EE6)</name> + + <modules> + <module>messages-ejb</module> + <module>messages-web</module> + <module>messages-ear</module> + <module>messages-seamtest</module> + <module>messages-arquillian</module> + </modules> + + <properties> + <example.name>messages</example.name> + </properties> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.jboss.seam.examples-ee6</groupId> + <artifactId>messages-ejb</artifactId> + <version>${project.version}</version> + <type>ejb</type> + </dependency> + <dependency> + <groupId>org.jboss.seam.examples-ee6</groupId> + <artifactId>messages-web</artifactId> + <version>${project.version}</version> + <type>war</type> + </dependency> + <dependency> + <groupId>org.jboss.seam.examples-ee6</groupId> + <artifactId>messages-ear</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + <version>4.2.0.Final</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-entitymanager</artifactId> + <version>4.0.1.Final</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.6.1</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.6.1</version> + </dependency> + </dependencies> + </dependencyManagement> </project> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
