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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 12 12:34:14 EDT 2008


Author: ALRubinger
Date: 2008-04-12 12:34:14 -0400 (Sat, 12 Apr 2008)
New Revision: 72085

Modified:
   projects/ejb3/trunk/build/pom.xml
Log:
[EJBTHREE-1234] Updated jboss-parent to 4-beta-2

Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml	2008-04-12 16:17:52 UTC (rev 72084)
+++ projects/ejb3/trunk/build/pom.xml	2008-04-12 16:34:14 UTC (rev 72085)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>4-beta-2</version>
   </parent>
 
   <!-- POM Model Version -->
@@ -216,27 +216,28 @@
         External
         
       -->
-      
       <!-- Apache Commons Validator -->
       <dependency>
         <groupId>commons-validator</groupId>
         <artifactId>commons-validator</artifactId>
-        <version>${version.commons-validator_commons-validator}</version>
+        <version>
+          ${version.commons-validator_commons-validator}
+        </version>
       </dependency>
       
       <dependency>
         <groupId>org.jboss.logging</groupId>
-	<artifactId>jboss-logging-log4j</artifactId>
-	<version>2.0.5.GA</version>
-	<scope>runtime</scope>
+        <artifactId>jboss-logging-log4j</artifactId>
+        <version>2.0.5.GA</version>
+        <scope>runtime</scope>
       </dependency>
-
+      
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-spi</artifactId>
         <version>2.0.5.GA</version>
       </dependency>
-
+      
       <dependency>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-common-core</artifactId>
@@ -351,6 +352,7 @@
   </dependencyManagement>
 
   <profiles>
+  
     <profile>
       <id>default</id>
       <activation>
@@ -358,9 +360,12 @@
       </activation>
       <properties>
         <ejb3.outputDirectory>target/classes</ejb3.outputDirectory>
-        <ejb3.testOutputDirectory>target/tests-classes</ejb3.testOutputDirectory>
+        <ejb3.testOutputDirectory>
+          target/tests-classes
+        </ejb3.testOutputDirectory>
       </properties>
     </profile>
+        
     <profile>
       <id>eclipse</id>
       <build>
@@ -389,6 +394,7 @@
         <ejb3.testOutputDirectory>eclipse-target/tests-classes</ejb3.testOutputDirectory>
       </properties>
     </profile>
+    
   </profiles>
-
+  
 </project>




More information about the jboss-cvs-commits mailing list