[jboss-svn-commits] JBoss Common SVN: r3644 - in invokablecontainer/trunk: core and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Nov 7 17:44:06 EST 2009


Author: ALRubinger
Date: 2009-11-07 17:44:05 -0500 (Sat, 07 Nov 2009)
New Revision: 3644

Modified:
   invokablecontainer/trunk/api/pom.xml
   invokablecontainer/trunk/core/pom.xml
   invokablecontainer/trunk/spi/pom.xml
Log:
[EJBTHREE-1948] Correct the POMs to point to the correct parent artifactId

Modified: invokablecontainer/trunk/api/pom.xml
===================================================================
--- invokablecontainer/trunk/api/pom.xml	2009-11-07 22:33:43 UTC (rev 3643)
+++ invokablecontainer/trunk/api/pom.xml	2009-11-07 22:44:05 UTC (rev 3644)
@@ -6,7 +6,7 @@
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.invokablecontainer</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>invokablecontainer-build</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>

Modified: invokablecontainer/trunk/core/pom.xml
===================================================================
--- invokablecontainer/trunk/core/pom.xml	2009-11-07 22:33:43 UTC (rev 3643)
+++ invokablecontainer/trunk/core/pom.xml	2009-11-07 22:44:05 UTC (rev 3644)
@@ -6,7 +6,7 @@
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.invokablecontainer</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>invokablecontainer-build</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>

Modified: invokablecontainer/trunk/spi/pom.xml
===================================================================
--- invokablecontainer/trunk/spi/pom.xml	2009-11-07 22:33:43 UTC (rev 3643)
+++ invokablecontainer/trunk/spi/pom.xml	2009-11-07 22:44:05 UTC (rev 3644)
@@ -6,7 +6,7 @@
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.invokablecontainer</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>invokablecontainer-build</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>



More information about the jboss-svn-commits mailing list