[seam-commits] Seam SVN: r15195 - branches/community/Seam_2_3/examples/contactlist/contactlist-ear.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 4 08:49:53 EDT 2012
Author: maschmid
Date: 2012-10-04 08:49:53 -0400 (Thu, 04 Oct 2012)
New Revision: 15195
Modified:
branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml
Log:
example contactlist cleanup
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml 2012-10-04 12:20:43 UTC (rev 15194)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml 2012-10-04 12:49:53 UTC (rev 15195)
@@ -22,13 +22,11 @@
<dependency>
<groupId>org.jboss.seam.examples.contactlist</groupId>
<artifactId>contactlist-web</artifactId>
- <version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.jboss.seam.examples.contactlist</groupId>
<artifactId>contactlist-ejb</artifactId>
- <version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
More information about the seam-commits
mailing list