Author: jeff.yuchang
Date: 2011-01-16 08:51:31 -0500 (Sun, 16 Jan 2011)
New Revision: 1237
Modified:
branches/RiftSaw-ODE-2.2.x/jbi-karaf-pmapi-httpbinding/pom.xml
branches/RiftSaw-ODE-2.2.x/version.txt
Log:
*RIFTSAW-323, update ODE version that we based on, also correct the httpbinding module pom
file.
Modified: branches/RiftSaw-ODE-2.2.x/jbi-karaf-pmapi-httpbinding/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.2.x/jbi-karaf-pmapi-httpbinding/pom.xml 2011-01-16 12:18:37 UTC
(rev 1236)
+++ branches/RiftSaw-ODE-2.2.x/jbi-karaf-pmapi-httpbinding/pom.xml 2011-01-16 13:51:31 UTC
(rev 1237)
@@ -18,9 +18,9 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.ode</groupId>
+ <groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>1.3.5</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>ode-jbi-karaf-pmapi-httpbinding</artifactId>
<packaging>bundle</packaging>
Modified: branches/RiftSaw-ODE-2.2.x/version.txt
===================================================================
--- branches/RiftSaw-ODE-2.2.x/version.txt 2011-01-16 12:18:37 UTC (rev 1236)
+++ branches/RiftSaw-ODE-2.2.x/version.txt 2011-01-16 13:51:31 UTC (rev 1237)
@@ -1,4 +1,4 @@
#This is the file for keep track of Apache ODE version/tag that we based on.
-Tag:
http://svn.apache.org/repos/asf/ode/tags/APACHE_ODE_1.3.4/
-Revision: 992990
+Tag:
http://svn.apache.org/repos/asf/ode/branch/ode-1.3.5.x/
+Revision: 1059558
Note: we've added jpa refactoring work on this.