riftsaw SVN: r1507 - in trunk: console/bpaf and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2012-03-26 08:29:35 -0400 (Mon, 26 Mar 2012)
New Revision: 1507
Modified:
trunk/console/bpaf/pom.xml
trunk/pom.xml
Log:
* Upgraded the activity monitor and console version.
Modified: trunk/console/bpaf/pom.xml
===================================================================
--- trunk/console/bpaf/pom.xml 2012-03-26 11:27:05 UTC (rev 1506)
+++ trunk/console/bpaf/pom.xml 2012-03-26 12:29:35 UTC (rev 1507)
@@ -47,6 +47,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.3.1.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </exclusion>
+ </exclusions>
<scope>provided</scope>
</dependency>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-26 11:27:05 UTC (rev 1506)
+++ trunk/pom.xml 2012-03-26 12:29:35 UTC (rev 1507)
@@ -87,8 +87,8 @@
<properties>
<riftsaw.ode.version>2.4.0-SNAPSHOT</riftsaw.ode.version>
<riftsaw.engine.version>2.4.0-SNAPSHOT</riftsaw.engine.version>
- <bpel.console.version>2.2.7.Final</bpel.console.version>
- <activity.monitor.model.version>1.0.0.Final</activity.monitor.model.version>
+ <bpel.console.version>2.2.10-SNAPSHOT</bpel.console.version>
+ <activity.monitor.model.version>1.0.2-SNAPSHOT</activity.monitor.model.version>
<dsp.version>1.0.1-SNAPSHOT</dsp.version>
<commons.logging.version>1.1.1</commons.logging.version>
<commons.lang.version>2.4</commons.lang.version>