[jbpm-commits] JBoss JBPM SVN: r6997 - projects/jsf-console/branches/jsf-console-3.2-soa.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 12:20:21 EDT 2011


Author: marco.rietveld
Date: 2011-07-14 12:20:21 -0400 (Thu, 14 Jul 2011)
New Revision: 6997

Modified:
   projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
Log:
${project.version} doesn't fool the maven release plugin, setting the jbpm version to 3.2.11 proactively (considering it's also just been built, this _should_ work.. :) ). 

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2011-07-14 16:17:43 UTC (rev 6996)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2011-07-14 16:20:21 UTC (rev 6997)
@@ -45,7 +45,7 @@
 
     <!-- Dependency versions -->
     <javax.faces.version>1.2_13</javax.faces.version>
-    <jbpm.version>${project.version}</jbpm.version>
+    <jbpm.version>3.2.11</jbpm.version>
   </properties>
 
   <!-- DependencyManagement -->



More information about the jbpm-commits mailing list