Author: nickboldt
Date: 2012-04-20 14:05:14 -0400 (Fri, 20 Apr 2012)
New Revision: 40388
Modified:
trunk/build/pom-soa-tooling.xml
trunk/build/pom.xml
Log:
add parent pom to build/pom.xml and build/pom-soa-tooling.xml
Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml 2012-04-20 16:53:06 UTC (rev 40387)
+++ trunk/build/pom-soa-tooling.xml 2012-04-20 18:05:14 UTC (rev 40388)
@@ -2,6 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.3.0.Beta3-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.build</artifactId>
<name>org.jboss.tools.build</name>
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-04-20 16:53:06 UTC (rev 40387)
+++ trunk/build/pom.xml 2012-04-20 18:05:14 UTC (rev 40388)
@@ -2,6 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.3.0.Beta3-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.build</artifactId>
<name>org.jboss.tools.build</name>