[jboss-cvs] JBossAS SVN: r69506 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 31 14:36:18 EST 2008


Author: pgier
Date: 2008-01-31 14:36:18 -0500 (Thu, 31 Jan 2008)
New Revision: 69506

Modified:
   trunk/build/pom.xml
Log:
Setting the parent pom.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2008-01-31 18:26:00 UTC (rev 69505)
+++ trunk/build/pom.xml	2008-01-31 19:36:18 UTC (rev 69506)
@@ -1,5 +1,10 @@
 <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">
+	<parent>
+		<groupId>org.jboss.jbossas</groupId>
+		<artifactId>jboss-as-parent</artifactId>
+		<version>5.0.0-SNAPSHOT</version>
+	</parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.jbossas</groupId>
   <artifactId>jboss-as-build</artifactId>




More information about the jboss-cvs-commits mailing list