[webbeans-commits] Webbeans SVN: r3737 - examples/trunk/jsf/login.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Tue Sep 22 11:20:16 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-09-22 11:20:16 -0400 (Tue, 22 Sep 2009)
New Revision: 3737
Modified:
examples/trunk/jsf/login/pom.xml
Log:
update groupId and artifact id
Modified: examples/trunk/jsf/login/pom.xml
===================================================================
--- examples/trunk/jsf/login/pom.xml 2009-09-22 15:19:24 UTC (rev 3736)
+++ examples/trunk/jsf/login/pom.xml 2009-09-22 15:20:16 UTC (rev 3737)
@@ -8,8 +8,8 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.webbeans.examples</groupId>
- <artifactId>webbeans-login</artifactId>
+ <groupId>org.jboss.webbeans.examples.jsf</groupId>
+ <artifactId>webbeans-jsf-login</artifactId>
<packaging>war</packaging>
<name>Web Beans Examples: Login</name>
More information about the weld-commits
mailing list