[jboss-cvs] JBossAS SVN: r72092 - projects/ejb3/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 12 13:30:02 EDT 2008


Author: ALRubinger
Date: 2008-04-12 13:30:02 -0400 (Sat, 12 Apr 2008)
New Revision: 72092

Modified:
   projects/ejb3/trunk/build/pom.xml
Log:
[EJBTHREE-1234] Revert to jboss-parent version 3, plugin configuration is not written to release-pom.xml

Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml	2008-04-12 17:29:07 UTC (rev 72091)
+++ projects/ejb3/trunk/build/pom.xml	2008-04-12 17:30:02 UTC (rev 72092)
@@ -4,7 +4,16 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>4-beta-2</version>
+    <!-- 
+
+    This should be re-enabled after Plugin
+    configuration makes it into 
+    release-pom.xml.  Otherwise all builds
+    will break.
+
+
+    <version>4-beta-2</version> -->
+    <version>3</version>
   </parent>
 
   <!-- POM Model Version -->
@@ -101,6 +110,7 @@
       <!-- Compiler -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <inherited>true</inherited>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>




More information about the jboss-cvs-commits mailing list