Author: shane.bryzak(a)jboss.com
Date: 2010-07-19 01:31:47 -0400 (Mon, 19 Jul 2010)
New Revision: 13436
Modified:
modules/persistence/trunk/impl/pom.xml
Log:
update groupId and artifactId
Modified: modules/persistence/trunk/impl/pom.xml
===================================================================
--- modules/persistence/trunk/impl/pom.xml 2010-07-18 22:26:15 UTC (rev 13435)
+++ modules/persistence/trunk/impl/pom.xml 2010-07-19 05:31:47 UTC (rev 13436)
@@ -8,8 +8,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-persistence</artifactId>
+ <groupId>org.jboss.seam.persistence</groupId>
+ <artifactId>seam-persistence-impl</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Persistence</name>