[jbpm-commits] JBoss JBPM SVN: r6828 - projects/jsf-console/branches/jsf-console-3.2-soa and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 16 19:53:13 EST 2010


Author: alex.guizar at jboss.com
Date: 2010-11-16 19:53:13 -0500 (Tue, 16 Nov 2010)
New Revision: 6828

Modified:
   jbpm3/branches/jbpm-3.2-soa/pom.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
Log:
JBPM-2979 replace jbpm-parent with jboss-parent in jsf-console


Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-11-17 00:41:58 UTC (rev 6827)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-11-17 00:53:13 UTC (rev 6828)
@@ -44,7 +44,7 @@
     <maven.compiler.target>1.4</maven.compiler.target>
     <maven.compiler.source>1.4</maven.compiler.source>
 
-    <!-- Dependencies version -->
+    <!-- Dependency versions -->
     <cargo.version>1.0.3</cargo.version>
 
     <!-- Database Driver Versions  -->

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-11-17 00:41:58 UTC (rev 6827)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-11-17 00:53:13 UTC (rev 6828)
@@ -25,9 +25,9 @@
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jbpm</groupId>
-    <artifactId>jbpm-parent</artifactId>
-    <version>1.0.4</version>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>5</version>
   </parent>
 
   <!-- Modules -->
@@ -41,6 +41,10 @@
 
   <!-- Properties -->
   <properties>
+    <maven.compiler.target>1.4</maven.compiler.target>
+    <maven.compiler.source>1.4</maven.compiler.source>
+
+    <!-- Dependency versions -->
     <javax.faces.version>1.2_13</javax.faces.version>
     <jbpm.version>3.2.9</jbpm.version>
   </properties>
@@ -111,16 +115,6 @@
 
   <!-- Plugins -->
   <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-    </plugins>
-
     <pluginManagement>
       <plugins>
         <plugin>



More information about the jbpm-commits mailing list