[weld-commits] Weld SVN: r4572 - build/trunk/dist-tck.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 2 17:15:04 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-02 17:15:04 -0500 (Mon, 02 Nov 2009)
New Revision: 4572

Modified:
   build/trunk/dist-tck/pom.xml
Log:
fix build script

Modified: build/trunk/dist-tck/pom.xml
===================================================================
--- build/trunk/dist-tck/pom.xml	2009-11-02 21:58:34 UTC (rev 4571)
+++ build/trunk/dist-tck/pom.xml	2009-11-02 22:15:04 UTC (rev 4572)
@@ -2,13 +2,13 @@
 <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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
-      <groupId>org.jboss.jsr299.tck</groupId>
-      <artifactId>jsr299-tck-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-      <relativePath>../pom.xml</relativePath>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-parent</artifactId>
+      <version>4</version>
    </parent>
    <groupId>org.jboss.jsr299.tck</groupId>
    <artifactId>jsr299-tck-dist</artifactId>
+   <version>1.0.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>JSR-299 TCK Distribution</name>
    



More information about the weld-commits mailing list