You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/02 10:03:23 UTC

svn commit: r1041311 - in /synapse/branches/sandesha-1041287: ./ modules/client/ modules/core/ modules/distribution/ modules/interop/ modules/mar/ modules/persistence/ modules/policy/ modules/rampart-integration/ modules/samples/ modules/tests/

Author: ruwan
Date: Thu Dec  2 09:03:23 2010
New Revision: 1041311

URL: http://svn.apache.org/viewvc?rev=1041311&view=rev
Log:
Fixing the versions

Modified:
    synapse/branches/sandesha-1041287/modules/client/pom.xml
    synapse/branches/sandesha-1041287/modules/core/pom.xml
    synapse/branches/sandesha-1041287/modules/distribution/pom.xml
    synapse/branches/sandesha-1041287/modules/interop/pom.xml
    synapse/branches/sandesha-1041287/modules/mar/pom.xml
    synapse/branches/sandesha-1041287/modules/persistence/pom.xml
    synapse/branches/sandesha-1041287/modules/policy/pom.xml
    synapse/branches/sandesha-1041287/modules/rampart-integration/pom.xml
    synapse/branches/sandesha-1041287/modules/samples/pom.xml
    synapse/branches/sandesha-1041287/modules/tests/pom.xml
    synapse/branches/sandesha-1041287/pom.xml
    synapse/branches/sandesha-1041287/project.properties

Modified: synapse/branches/sandesha-1041287/modules/client/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/client/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/client/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/client/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
 	<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
@@ -84,7 +84,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.3-1041287</version>
         </dependency>
     </dependencies>
 

Modified: synapse/branches/sandesha-1041287/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/core/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/core/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/core/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>

Modified: synapse/branches/sandesha-1041287/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/distribution/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/distribution/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/distribution/pom.xml Thu Dec  2 09:03:23 2010
@@ -24,7 +24,7 @@
     <parent>
 	<groupId>org.apache.sandesha2</groupId>
 	<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 
     <groupId>org.apache.sandesha2</groupId>

Modified: synapse/branches/sandesha-1041287/modules/interop/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/interop/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/interop/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/interop/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -113,7 +113,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.3-1041287</version>
         </dependency>
 		
     	<dependency>
@@ -173,7 +173,7 @@
     </dependencies>
 
     <properties>
-	<rampart.version>SNAPSHOT</rampart.version>
+	<rampart.version>1.5</rampart.version>
 	<wsdl4j.version>1.6.2</wsdl4j.version>
     </properties>
 	 

Modified: synapse/branches/sandesha-1041287/modules/mar/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/mar/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/mar/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/mar/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
@@ -107,7 +107,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.3-1041287</version>
         </dependency>
     </dependencies>
 

Modified: synapse/branches/sandesha-1041287/modules/persistence/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/persistence/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/persistence/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/persistence/pom.xml Thu Dec  2 09:03:23 2010
@@ -5,7 +5,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>
@@ -79,16 +79,16 @@
 
     <dependencies>
 
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-transport-http</artifactId>
-            <version>${axis2.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-transport-local</artifactId>
-            <version>${axis2.version}</version>
-        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>

Modified: synapse/branches/sandesha-1041287/modules/policy/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/policy/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/policy/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/policy/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
@@ -86,7 +86,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.3-1041287</version>
         </dependency>
 		
     </dependencies>

Modified: synapse/branches/sandesha-1041287/modules/rampart-integration/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/rampart-integration/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/rampart-integration/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/rampart-integration/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>
@@ -70,7 +70,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.3-1041287</version>
         </dependency>
 	
 			<!-- Rampart -->
@@ -95,7 +95,7 @@
     </dependencies>
 	
     <properties>
-	     <rampart.version>SNAPSHOT</rampart.version>
+	     <rampart.version>1.5</rampart.version>
     </properties>     
 	 
 </project>

Modified: synapse/branches/sandesha-1041287/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/samples/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/samples/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/samples/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: synapse/branches/sandesha-1041287/modules/tests/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/modules/tests/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/modules/tests/pom.xml (original)
+++ synapse/branches/sandesha-1041287/modules/tests/pom.xml Thu Dec  2 09:03:23 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.3-1041287</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -242,7 +242,7 @@
 
 	<properties>
 		<test.property>2.8.1</test.property>
-		<rampart.version>SNAPSHOT</rampart.version>
+		<rampart.version>1.5</rampart.version>
     </properties>
 	 
 </project>

Modified: synapse/branches/sandesha-1041287/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/pom.xml?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/pom.xml (original)
+++ synapse/branches/sandesha-1041287/pom.xml Thu Dec  2 09:03:23 2010
@@ -19,7 +19,7 @@
         guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works
         internally.
     </description>
-    <version>SNAPSHOT</version>
+    <version>1.3-1041287</version>
     <name>Apache Sandesha</name>
     <url>http://ws.apache.org/ws-fx/sandesha/sandesha2</url>
 
@@ -276,10 +276,10 @@
     </modules>
 
     <properties>
-        <sandesha2.version>SNAPSHOT</sandesha2.version>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <axiom.version>1.2.10-SNAPSHOT</axiom.version>
-        <neethi.version>3.0.0-SNAPSHOT</neethi.version>
+        <sandesha2.version>1.3-1041287</sandesha2.version>
+        <axis2.version>1.5.2</axis2.version>
+        <axiom.version>1.2.9</axiom.version>
+        <neethi.version>2.0.4</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <stax.api.version>1.0.1</stax.api.version>
         <stax.impl.artifactid>wstx-asl</stax.impl.artifactid>

Modified: synapse/branches/sandesha-1041287/project.properties
URL: http://svn.apache.org/viewvc/synapse/branches/sandesha-1041287/project.properties?rev=1041311&r1=1041310&r2=1041311&view=diff
==============================================================================
--- synapse/branches/sandesha-1041287/project.properties (original)
+++ synapse/branches/sandesha-1041287/project.properties Thu Dec  2 09:03:23 2010
@@ -1,20 +1,20 @@
-# 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.
-#
+# 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.
+#
 # -----------------------------------------------------------------------------
 # Default properties for the Maven build. You can override these properties
 # either by defining a build.properties file with the overriden properties
@@ -40,16 +40,16 @@ maven.html2xdoc.enabled=false
 maven.html2xdoc.dir=./xdocs
 maven.junit.fork=yes
 
-sandesha2.version=SNAPSHOT
-sandesha2.module.version=SNAPSHOT
+sandesha2.version=1.3-1041287
+sandesha2.module.version=1.3.1041287
 
-axis2.version=SNAPSHOT
-axiom.version=SNAPSHOT
+axis2.version=1.5.2
+axiom.version=1.2.9
 
 addressing.version=${axis2.version}
 
-neethi.version=SNAPSHOT
-XmlSchema.version=SNAPSHOT
+neethi.version=2.0.4
+XmlSchema.version=1.4.3
 
 annogen.version=0.1.0
 backport_util_concurrent.version=2.2