[weld-commits] Weld SVN: r6027 - extensions/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Mar 9 17:53:09 EST 2010


Author: pete.muir at jboss.org
Date: 2010-03-09 17:53:09 -0500 (Tue, 09 Mar 2010)
New Revision: 6027

Modified:
   extensions/trunk/pom.xml
Log:
fix artifact name

Modified: extensions/trunk/pom.xml
===================================================================
--- extensions/trunk/pom.xml	2010-03-09 22:44:53 UTC (rev 6026)
+++ extensions/trunk/pom.xml	2010-03-09 22:53:09 UTC (rev 6027)
@@ -2,14 +2,14 @@
    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.weld</groupId>
-   <artifactId>weld-extensions-bom</artifactId>
+   <artifactId>weld-extensions</artifactId>
    <packaging>jar</packaging>
    <version>1.0.1-SNAPSHOT</version>
 
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-parent</artifactId>
-      <version>8</version>
+      <version>9</version>
    </parent>
 
    <name>Weld Extensions BOM</name>



More information about the weld-commits mailing list