[jboss-cvs] JBossAS SVN: r67733 - projects/ejb3/trunk/ejb3-ext-api.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 2 15:12:00 EST 2007


Author: ALRubinger
Date: 2007-12-02 15:12:00 -0500 (Sun, 02 Dec 2007)
New Revision: 67733

Modified:
   projects/ejb3/trunk/ejb3-ext-api/pom.xml
Log:
[EJBTHREE-1099] Redefined parent for release process

Modified: projects/ejb3/trunk/ejb3-ext-api/pom.xml
===================================================================
--- projects/ejb3/trunk/ejb3-ext-api/pom.xml	2007-12-02 20:06:05 UTC (rev 67732)
+++ projects/ejb3/trunk/ejb3-ext-api/pom.xml	2007-12-02 20:12:00 UTC (rev 67733)
@@ -5,17 +5,10 @@
 
    <!-- Define Parent -->
    <parent>
-      
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-parent</artifactId>
-      <version>3</version>
-      
-      <!-- 
-      <artifactId>jboss-ejb3</artifactId>
-      <groupId>org.jboss.ejb3</groupId>
-      <version>0.11.0-SNAPSHOT</version>
-      <relativePath>../build/pom.xml</relativePath>
-       -->
+         <artifactId>jboss-ejb3</artifactId>
+         <groupId>org.jboss.ejb3</groupId>
+         <version>0.11.0-SNAPSHOT</version>
+         <relativePath>../build/pom.xml</relativePath>
    </parent>
 
    <!-- Maven POM Model Version -->
@@ -74,7 +67,7 @@
       <dependency>
          <groupId>org.jboss.javaee</groupId>
          <artifactId>jboss-ejb-api</artifactId>
-         <version>3.0.0</version>
+         <version>3.0.0.20070913080910</version>
       </dependency>
    </dependencies>
 




More information about the jboss-cvs-commits mailing list