Author: marco.rietveld
Date: 2011-07-14 11:05:37 -0400 (Thu, 14 Jul 2011)
New Revision: 6982
Modified:
projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
Log:
Changed the jbpm.version to ${project.version} so that the jsf-console is always dependent
on jbpm of the same version.
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 14:25:11 UTC (rev
6981)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml 2011-07-14 15:05:37 UTC (rev
6982)
@@ -45,7 +45,7 @@
<!-- Dependency versions -->
<javax.faces.version>1.2_13</javax.faces.version>
- <jbpm.version>3.2.9</jbpm.version>
+ <jbpm.version>${project.version}</jbpm.version>
</properties>
<!-- DependencyManagement -->