You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2011/01/14 10:52:45 UTC

svn commit: r1058919 - in /ode/branches/ode-1.3.5.x: ./ agents/ axis2-war/ axis2/ bpel-api-jca/ bpel-api/ bpel-compiler/ bpel-connector/ bpel-dao/ bpel-epr/ bpel-obj/ bpel-ql/ bpel-runtime/ bpel-schemas/ bpel-scripts/ bpel-store/ bpel-test/ dao-hiberna...

Author: vanto
Date: Fri Jan 14 09:52:44 2011
New Revision: 1058919

URL: http://svn.apache.org/viewvc?rev=1058919&view=rev
Log:
release preparation: as we're going to build the release with buildr, the poms should be updated manually.

Modified:
    ode/branches/ode-1.3.5.x/agents/pom.xml
    ode/branches/ode-1.3.5.x/axis2-war/pom.xml
    ode/branches/ode-1.3.5.x/axis2/pom.xml
    ode/branches/ode-1.3.5.x/bpel-api-jca/pom.xml
    ode/branches/ode-1.3.5.x/bpel-api/pom.xml
    ode/branches/ode-1.3.5.x/bpel-compiler/pom.xml
    ode/branches/ode-1.3.5.x/bpel-connector/pom.xml
    ode/branches/ode-1.3.5.x/bpel-dao/pom.xml
    ode/branches/ode-1.3.5.x/bpel-epr/pom.xml
    ode/branches/ode-1.3.5.x/bpel-obj/pom.xml
    ode/branches/ode-1.3.5.x/bpel-ql/pom.xml
    ode/branches/ode-1.3.5.x/bpel-runtime/pom.xml
    ode/branches/ode-1.3.5.x/bpel-schemas/pom.xml
    ode/branches/ode-1.3.5.x/bpel-scripts/pom.xml
    ode/branches/ode-1.3.5.x/bpel-store/pom.xml
    ode/branches/ode-1.3.5.x/bpel-test/pom.xml
    ode/branches/ode-1.3.5.x/dao-hibernate-db/pom.xml
    ode/branches/ode-1.3.5.x/dao-hibernate/pom.xml
    ode/branches/ode-1.3.5.x/dao-jpa-ojpa-derby/pom.xml
    ode/branches/ode-1.3.5.x/dao-jpa/pom.xml
    ode/branches/ode-1.3.5.x/distro/pom.xml
    ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
    ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
    ode/branches/ode-1.3.5.x/jacob-ap/pom.xml
    ode/branches/ode-1.3.5.x/jacob/pom.xml
    ode/branches/ode-1.3.5.x/jbi-bundle/pom.xml
    ode/branches/ode-1.3.5.x/jbi-karaf-pmapi-httpbinding/pom.xml
    ode/branches/ode-1.3.5.x/jbi-karaf/pom.xml
    ode/branches/ode-1.3.5.x/jbi/pom.xml
    ode/branches/ode-1.3.5.x/jca-ra/pom.xml
    ode/branches/ode-1.3.5.x/jca-server/pom.xml
    ode/branches/ode-1.3.5.x/pom.xml
    ode/branches/ode-1.3.5.x/scheduler-simple/pom.xml
    ode/branches/ode-1.3.5.x/tools/pom.xml
    ode/branches/ode-1.3.5.x/utils/pom.xml

Modified: ode/branches/ode-1.3.5.x/agents/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/agents/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/agents/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/agents/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-agents</artifactId>
     <name>ODE :: Agents</name>
@@ -28,6 +28,6 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 </project>

Modified: ode/branches/ode-1.3.5.x/axis2-war/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/axis2-war/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/axis2-war/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/axis2-war/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-axis2-war</artifactId>
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
     
     <properties>

Modified: ode/branches/ode-1.3.5.x/axis2/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/axis2/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/axis2/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/axis2/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-axis2</artifactId>
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
     
     <properties>

Modified: ode/branches/ode-1.3.5.x/bpel-api-jca/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-api-jca/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-api-jca/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-api-jca/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-api-jca</artifactId>
     <name>ODE :: JCA Connector</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-api/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-api/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-api/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-api/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-api</artifactId>
     <name>ODE :: APIs</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-compiler/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-compiler/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-compiler/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-compiler/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-compiler</artifactId>
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-connector/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-connector/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-connector/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-connector/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-connector</artifactId>
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-dao/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-dao/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-dao/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-dao/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-dao</artifactId>
     <name>ODE :: DAO Interfaces</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-epr/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-epr/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-epr/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-epr/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-epr</artifactId>
     <name>ODE :: Interface Layers Common</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-obj/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-obj/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-obj/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-obj/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-obj</artifactId>
     <name>ODE :: OBJ</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-ql/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-ql/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-ql/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-ql/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-ql</artifactId>
     <name>ODE :: BPEL Query Language</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-runtime/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-runtime/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-runtime/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-runtime</artifactId>
     <name>ODE :: Runtime Engine</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-schemas/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-schemas/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-schemas/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-schemas/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
   <groupId>org.apache.ode</groupId>
   <artifactId>ode-bpel-schemas</artifactId>
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/bpel-scripts/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-scripts/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-scripts/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-scripts/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-scripts</artifactId>
     <name>ODE :: BPEL Test Script Files</name>
@@ -28,6 +28,6 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 </project>

Modified: ode/branches/ode-1.3.5.x/bpel-store/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-store/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-store/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-store/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-store</artifactId>
     <name>ODE :: Process Store</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>
@@ -176,18 +176,18 @@
             </goals>
             <configuration>
               <tasks>
-                <property name="maven.runtime.classpath" refid="maven.test.classpath"/>
+                <property name="maven.runtime.classpath" refid="maven.test.classpath" />
                 <path id="classpath">
-		   <pathelement path="${maven.runtime.classpath}"/>
+		   <pathelement path="${maven.runtime.classpath}" />
 		</path>
-		<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="classpath"/>
+		<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="classpath" />
                 <openjpac>
 		    <fileset dir="${basedir}/src/main">
 		      <include name="**/*.java" />
 		    </fileset>
 		    <classpath>
-		     <pathelement location="${basedir}/target/classes"/>
-		     <pathelement path="${maven.runtime.classpath}"/>
+		     <pathelement location="${basedir}/target/classes" />
+		     <pathelement path="${maven.runtime.classpath}" />
 		    </classpath>
 		 </openjpac>
               </tasks>
@@ -208,10 +208,9 @@
 	     
              <configuration>
                <tasks>
-                 <hibernatedoclet excludedTags="@version,@author,@todo" verbose="true"
-                   destdir="${project.build.outputDirectory}" force="true">
-                   <hibernate version="3.0"/>
-                   <fileset dir="${project.build.sourceDirectory}" includes="org/apache/ode/store/hib/*.java"/>
+                 <hibernatedoclet excludedTags="@version,@author,@todo" verbose="true" destdir="${project.build.outputDirectory}" force="true">
+                   <hibernate version="3.0" />
+                   <fileset dir="${project.build.sourceDirectory}" includes="org/apache/ode/store/hib/*.java" />
                  </hibernatedoclet>
                </tasks>
              </configuration>

Modified: ode/branches/ode-1.3.5.x/bpel-test/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-test/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-test/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-test/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-bpel-test</artifactId>
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/dao-hibernate-db/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/dao-hibernate-db/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/dao-hibernate-db/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/dao-hibernate-db/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-dao-hibernate-db</artifactId>
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>
@@ -73,8 +73,8 @@
               <phase>generate-sources</phase>
               <configuration>
                 <tasks>
-		  <property name="maven.runtime.classpath" refid="maven.compile.classpath"/>
-                  <ant antfile="build.xml" target="create-schema" inheritRefs="true"/>
+		  <property name="maven.runtime.classpath" refid="maven.compile.classpath" />
+                  <ant antfile="build.xml" target="create-schema" inheritRefs="true" />
                 </tasks>
               </configuration>
               <goals>
@@ -118,7 +118,7 @@
             </goals>
             <configuration>
               <tasks>
-	        <property name="ode.version" value="${project.version}"/>
+	        <property name="ode.version" value="${project.version}" />
 		<ant antfile="build.xml" target="zip-derby-db" />
               </tasks>
             </configuration>

Modified: ode/branches/ode-1.3.5.x/dao-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/dao-hibernate/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/dao-hibernate/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/dao-hibernate/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-dao-hibernate</artifactId>
     <name>ODE :: Hibernate DAO Implementation</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>
@@ -82,10 +82,9 @@
              </goals>
              <configuration>
                <tasks>
-                 <hibernatedoclet excludedTags="@version,@author,@todo" verbose="true"
-                   destdir="${project.build.outputDirectory}" force="true">
-                   <hibernate version="3.0"/>
-                   <fileset dir="${project.build.sourceDirectory}" includes="org/apache/ode/daohib/bpel/hobj/*.java"/>
+                 <hibernatedoclet excludedTags="@version,@author,@todo" verbose="true" destdir="${project.build.outputDirectory}" force="true">
+                   <hibernate version="3.0" />
+                   <fileset dir="${project.build.sourceDirectory}" includes="org/apache/ode/daohib/bpel/hobj/*.java" />
                  </hibernatedoclet>
                </tasks>
              </configuration>

Modified: ode/branches/ode-1.3.5.x/dao-jpa-ojpa-derby/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/dao-jpa-ojpa-derby/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/dao-jpa-ojpa-derby/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/dao-jpa-ojpa-derby/pom.xml Fri Jan 14 09:52:44 2011
@@ -17,7 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project>
+<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>
   <groupId>org.apache.ode</groupId>
   <artifactId>ode-dao-jpa-ojpa-derby</artifactId>
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>
@@ -161,7 +161,7 @@
             </goals>
             <configuration>
               <tasks>
-                <property name="maven.runtime.classpath" refid="maven.compile.classpath"/>
+                <property name="maven.runtime.classpath" refid="maven.compile.classpath" />
                 <ant antfile="build.xml" target="create-schema" />
               </tasks>
             </configuration>
@@ -204,7 +204,7 @@
             </goals>
             <configuration>
               <tasks>
-	        <property name="ode.version" value="${project.version}"/>
+	        <property name="ode.version" value="${project.version}" />
 		<ant antfile="build.xml" target="zip-derby-db" />
               </tasks>
             </configuration>

Modified: ode/branches/ode-1.3.5.x/dao-jpa/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/dao-jpa/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/dao-jpa/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/dao-jpa/pom.xml Fri Jan 14 09:52:44 2011
@@ -17,7 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project>
+<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>
   <groupId>org.apache.ode</groupId>
   <artifactId>ode-dao-jpa</artifactId>
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>
@@ -98,18 +98,18 @@
             </goals>
             <configuration>
               <tasks>
-                <property name="maven.runtime.classpath" refid="maven.compile.classpath"/>
+                <property name="maven.runtime.classpath" refid="maven.compile.classpath" />
                 <path id="classpath">
-		   <pathelement path="${maven.runtime.classpath}"/>
+		   <pathelement path="${maven.runtime.classpath}" />
 		</path>
-		<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="classpath"/>
+		<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="classpath" />
                 <openjpac>
 		    <fileset dir="${basedir}/src/main">
 		      <include name="**/*.java" />
 		    </fileset>
 		    <classpath>
-		     <pathelement location="${basedir}/target/classes"/>
-		     <pathelement path="${maven.runtime.classpath}"/>
+		     <pathelement location="${basedir}/target/classes" />
+		     <pathelement path="${maven.runtime.classpath}" />
 		    </classpath>
 		 </openjpac>
               </tasks>

Modified: ode/branches/ode-1.3.5.x/distro/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/distro/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/distro/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/distro/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-distro</artifactId>
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
     
     <properties>

Modified: ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/helloworld2-osgi/pom.xml Fri Jan 14 09:52:44 2011
@@ -1,84 +1,84 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ode.examples</groupId>
-  <artifactId>helloworld-bundle</artifactId>
-  <name>ODE :: Examples :: Hello World OSGi</name>
-  <version>1.3.5-SNAPSHOT</version>
-  <packaging>bundle</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.3</version>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${project.groupId}-${project.artifactId}</Bundle-SymbolicName>
-            <Bundle-Version>${project.version}</Bundle-Version>
-            <_include>-osgi.bnd</_include>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <profiles>
-    <profile>
-      <id>send</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>eviware</groupId>
-            <artifactId>maven-soapui-plugin</artifactId>
-            <version>3.6</version>
-            <configuration>
-              <projectFile>${basedir}/src/test/resources/helloworld-soapui-project.xml</projectFile>
-              <printReport>true</printReport>
-            </configuration>
-            <executions>
-              <execution>
-                <id>soap-integration-test</id>
-                <phase>integration-test</phase>
-                <goals>
-                  <goal>test</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>eviwarePluginRepository</id>
-          <url>http://www.eviware.com/repository/maven2/</url>
-        </pluginRepository>
-      </pluginRepositories>
-    </profile>
-  </profiles>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<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>
+  <groupId>org.apache.ode.examples</groupId>
+  <artifactId>helloworld-bundle</artifactId>
+  <name>ODE :: Examples :: Hello World OSGi</name>
+  <version>1.3.5</version>
+  <packaging>bundle</packaging>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${project.groupId}-${project.artifactId}</Bundle-SymbolicName>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            <_include>-osgi.bnd</_include>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>send</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>eviware</groupId>
+            <artifactId>maven-soapui-plugin</artifactId>
+            <version>3.6</version>
+            <configuration>
+              <projectFile>${basedir}/src/test/resources/helloworld-soapui-project.xml</projectFile>
+              <printReport>true</printReport>
+            </configuration>
+            <executions>
+              <execution>
+                <id>soap-integration-test</id>
+                <phase>integration-test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>eviwarePluginRepository</id>
+          <url>http://www.eviware.com/repository/maven2/</url>
+        </pluginRepository>
+      </pluginRepositories>
+    </profile>
+  </profiles>
+
+</project>

Modified: ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml Fri Jan 14 09:52:44 2011
@@ -17,13 +17,13 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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>
   <groupId>org.apache.ode.examples</groupId>
   <artifactId>ping-pong-bundle</artifactId>
   <name>ODE :: Examples :: Ping Pong OSGi</name>
-  <version>1.3.5-SNAPSHOT</version>
+  <version>1.3.5</version>
   <packaging>bundle</packaging>
 
   <build>

Modified: ode/branches/ode-1.3.5.x/jacob-ap/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jacob-ap/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jacob-ap/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jacob-ap/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-jacob-ap</artifactId>
     <packaging>jar</packaging>
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/jacob/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jacob/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jacob/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jacob/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-jacob</artifactId>
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/jbi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jbi-bundle/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jbi-bundle/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jbi-bundle/pom.xml Fri Jan 14 09:52:44 2011
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
 
     <!--
 
@@ -33,7 +32,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
     <build>

Modified: ode/branches/ode-1.3.5.x/jbi-karaf-pmapi-httpbinding/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jbi-karaf-pmapi-httpbinding/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jbi-karaf-pmapi-httpbinding/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jbi-karaf-pmapi-httpbinding/pom.xml Fri Jan 14 09:52:44 2011
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-  
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<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>
-    <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
-  </parent>
-  <artifactId>ode-jbi-karaf-pmapi-httpbinding</artifactId>
-  <packaging>bundle</packaging>
-  <name>ODE :: PMAPI HTTP Binding</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.3</version>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${project.groupId}-${project.artifactId}</Bundle-SymbolicName>
-            <Bundle-Version>${project.version}</Bundle-Version>
-            <Import-Package>
-               org.apache.servicemix.cxfbc,
-               org.apache.servicemix.common.osgi
-            </Import-Package>
-            <Export-Package>
-               wsdl.ode.pmapi
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<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>
+    <artifactId>ode</artifactId>
+    <version>1.3.5</version>
+  </parent>
+  <artifactId>ode-jbi-karaf-pmapi-httpbinding</artifactId>
+  <packaging>bundle</packaging>
+  <name>ODE :: PMAPI HTTP Binding</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${project.groupId}-${project.artifactId}</Bundle-SymbolicName>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            <Import-Package>
+               org.apache.servicemix.cxfbc,
+               org.apache.servicemix.common.osgi
+            </Import-Package>
+            <Export-Package>
+               wsdl.ode.pmapi
+            </Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file

Modified: ode/branches/ode-1.3.5.x/jbi-karaf/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jbi-karaf/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jbi-karaf/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jbi-karaf/pom.xml Fri Jan 14 09:52:44 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <artifactId>ode-jbi-karaf</artifactId>

Modified: ode/branches/ode-1.3.5.x/jbi/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jbi/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jbi/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jbi/pom.xml Fri Jan 14 09:52:44 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
     
     <properties>

Modified: ode/branches/ode-1.3.5.x/jca-ra/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jca-ra/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jca-ra/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jca-ra/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-jca-ra</artifactId>
     <name>ODE :: JCA Resource Archive</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/jca-server/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/jca-server/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/jca-server/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/jca-server/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
   <groupId>org.apache.ode</groupId>
   <artifactId>ode-jca-server</artifactId>
   <name>ODE :: JCA Server</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>

Modified: ode/branches/ode-1.3.5.x/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/pom.xml Fri Jan 14 09:52:44 2011
@@ -1,12 +1,12 @@
 <?xml version="1.0"?>
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
     <name>ODE</name>
 
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
     <url>http://ode.apache.org</url>
     <issueManagement>
         <system>jira</system>
@@ -21,9 +21,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/ode/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ode/</developerConnection>
-        <url>http://svn.apache.org/repos/asf/ode/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/ode/tags/ode-1.3.5</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ode/tags/ode-1.3.5</developerConnection>
+        <url>http://svn.apache.org/repos/asf/ode/tags/ode-1.3.5</url>
     </scm>
 
     <organization>
@@ -36,7 +36,7 @@
     </prerequisites>
 
     <properties>
-        <ode.version>1.3.5-SNAPSHOT</ode.version>
+        <ode.version>1.3.5</ode.version>
         <activation.version>1.1</activation.version>
         <annogen.version>0.1.0</annogen.version>
 	<antlr.version>2.7.7</antlr.version>

Modified: ode/branches/ode-1.3.5.x/scheduler-simple/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/scheduler-simple/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/scheduler-simple/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/scheduler-simple/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-scheduler-simple</artifactId>
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/tools/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/tools/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/tools/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/tools/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-tools</artifactId>
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.5</version>
     </parent>
 
     <dependencies>

Modified: ode/branches/ode-1.3.5.x/utils/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/utils/pom.xml?rev=1058919&r1=1058918&r2=1058919&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/utils/pom.xml (original)
+++ ode/branches/ode-1.3.5.x/utils/pom.xml Fri Jan 14 09:52:44 2011
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project>
+<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">
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-utils</artifactId>
     <name>ODE :: Utilities</name>
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.5</version>
   </parent>
 
   <dependencies>