[weld-commits] Weld SVN: r4573 - build/trunk/dist-tck/porting-package.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 2 17:25:39 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-02 17:25:39 -0500 (Mon, 02 Nov 2009)
New Revision: 4573

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

Modified: build/trunk/dist-tck/porting-package/pom.xml
===================================================================
--- build/trunk/dist-tck/porting-package/pom.xml	2009-11-02 22:15:04 UTC (rev 4572)
+++ build/trunk/dist-tck/porting-package/pom.xml	2009-11-02 22:25:39 UTC (rev 4573)
@@ -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-porting-package</artifactId>
+   <version>1.0.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>JSR-299 TCK Distribution - Weld Porting Package</name>
 



More information about the weld-commits mailing list