Author: kasun
Date: Sun Dec 18 03:41:41 2011
New Revision: 1220330
URL: http://svn.apache.org/viewvc?rev=1220330&view=rev
Log:
Adding new versions to 2.1
Modified:
synapse/branches/2.1/modules/commons/pom.xml
synapse/branches/2.1/modules/core/pom.xml
synapse/branches/2.1/modules/distribution/pom.xml
synapse/branches/2.1/modules/experimental/pom.xml
synapse/branches/2.1/modules/extensions/pom.xml
synapse/branches/2.1/modules/handler/pom.xml
synapse/branches/2.1/modules/integration/pom.xml
synapse/branches/2.1/modules/migrator/pom.xml
synapse/branches/2.1/modules/packaging/package-archetype/pom.xml
synapse/branches/2.1/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml
synapse/branches/2.1/modules/patches/pom.xml
synapse/branches/2.1/modules/samples/pom.xml
synapse/branches/2.1/modules/securevault/pom.xml
synapse/branches/2.1/modules/tasks/pom.xml
synapse/branches/2.1/modules/transports/core/nhttp/pom.xml
synapse/branches/2.1/modules/transports/core/pipe/pom.xml
synapse/branches/2.1/modules/transports/core/vfs/pom.xml
synapse/branches/2.1/modules/transports/optional/fix/pom.xml
synapse/branches/2.1/modules/transports/pom.xml
synapse/branches/2.1/modules/war/pom.xml
synapse/branches/2.1/modules/xar-maven-plugin/pom.xml
synapse/branches/2.1/pom.xml
Modified: synapse/branches/2.1/modules/commons/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/commons/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/commons/pom.xml (original)
+++ synapse/branches/2.1/modules/commons/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-securevault</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
</dependency>
</dependencies>
</project>
Modified: synapse/branches/2.1/modules/core/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/core/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/core/pom.xml (original)
+++ synapse/branches/2.1/modules/core/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/pom.xml (original)
+++ synapse/branches/2.1/modules/distribution/pom.xml Sun Dec 18 03:41:41 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/experimental/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/experimental/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/experimental/pom.xml (original)
+++ synapse/branches/2.1/modules/experimental/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/extensions/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/extensions/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/extensions/pom.xml (original)
+++ synapse/branches/2.1/modules/extensions/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/handler/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/handler/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/handler/pom.xml (original)
+++ synapse/branches/2.1/modules/handler/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/integration/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/integration/pom.xml (original)
+++ synapse/branches/2.1/modules/integration/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/migrator/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/migrator/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/migrator/pom.xml (original)
+++ synapse/branches/2.1/modules/migrator/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/packaging/package-archetype/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-archetype/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/packaging/package-archetype/pom.xml (original)
+++ synapse/branches/2.1/modules/packaging/package-archetype/pom.xml Sun Dec 18
03:41:41 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>synapse-package-archetype</artifactId>
Modified:
synapse/branches/2.1/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
---
synapse/branches/2.1/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
(original)
+++
synapse/branches/2.1/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
Sun Dec 18 03:41:41 2011
@@ -34,7 +34,7 @@
<activation>
<property>
<name>synapse.version</name>
- <value>2.1.0-SNAPSHOT</value>
+ <value>2.1.0</value>
</property>
</activation>
<repositories>
Modified: synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml (original)
+++ synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml Sun Dec 18
03:41:41 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>synapse-package-skeleton</artifactId>
Modified: synapse/branches/2.1/modules/patches/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/patches/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/patches/pom.xml (original)
+++ synapse/branches/2.1/modules/patches/pom.xml Sun Dec 18 03:41:41 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>synapse-patches</artifactId>
Modified: synapse/branches/2.1/modules/samples/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/samples/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/samples/pom.xml (original)
+++ synapse/branches/2.1/modules/samples/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/securevault/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/securevault/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/securevault/pom.xml (original)
+++ synapse/branches/2.1/modules/securevault/pom.xml Sun Dec 18 03:41:41 2011
@@ -31,7 +31,7 @@
</parent>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-securevault</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<name>Apache Synapse - Secure vault</name>
<description>Apache Synapse - Secure vault</description>
<packaging>bundle</packaging>
Modified: synapse/branches/2.1/modules/tasks/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/tasks/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/tasks/pom.xml (original)
+++ synapse/branches/2.1/modules/tasks/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/transports/core/nhttp/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/nhttp/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/nhttp/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/nhttp/pom.xml Sun Dec 18
03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-transports</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -154,7 +154,7 @@
</dependencies>
<properties>
- <httpcore.nio.version>4.1</httpcore.nio.version>
+ <httpcore.nio.version>4.1.3</httpcore.nio.version>
</properties>
</project>
Modified: synapse/branches/2.1/modules/transports/core/pipe/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/pipe/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/pipe/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/pipe/pom.xml Sun Dec 18
03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-transports</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/transports/core/vfs/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/vfs/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/vfs/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/vfs/pom.xml Sun Dec 18
03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-transports</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/transports/optional/fix/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/optional/fix/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/optional/fix/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/optional/fix/pom.xml Sun Dec 18
03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-transports</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/transports/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/war/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/war/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/war/pom.xml (original)
+++ synapse/branches/2.1/modules/war/pom.xml Sun Dec 18 03:41:41 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: synapse/branches/2.1/modules/xar-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/xar-maven-plugin/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/modules/xar-maven-plugin/pom.xml (original)
+++ synapse/branches/2.1/modules/xar-maven-plugin/pom.xml Sun Dec 18 03:41:41
2011
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-xar-maven-plugin</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<packaging>maven-plugin</packaging>
<name>Apache Synapse - XAR Maven Plugin</name>
<description>Maven 2 plugin to create Synapse extension
archives</description>
Modified: synapse/branches/2.1/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1220330&r1=1220329&r2=1220330&view=diff
==============================================================================
--- synapse/branches/2.1/pom.xml (original)
+++ synapse/branches/2.1/pom.xml Sun Dec 18 03:41:41 2011
@@ -32,7 +32,7 @@
<groupId>org.apache.synapse</groupId>
<artifactId>Apache-Synapse</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<name>Apache Synapse</name>
<description>Apache Synapse</description>
@@ -584,7 +584,7 @@
</dependency>
<dependency>
- <groupId>xalan</groupId>
+ <groupId>org.apache.xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
@@ -811,7 +811,7 @@
<!-- Sets the source encoding to UTF-8 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Synapse and related components -->
- <synapse.version>2.1.0-SNAPSHOT</synapse.version>
+ <synapse.version>2.1.0</synapse.version>
<commons.dbcp.version>1.2.2</commons.dbcp.version>
<commons.pool.version>1.3</commons.pool.version>
<commons.vfs.version>2.0</commons.vfs.version>
@@ -827,7 +827,7 @@
<axis2.version>1.7.0-SNAPSHOT</axis2.version>
<axis2.transport.version>1.7.0-SNAPSHOT</axis2.transport.version>
<axiom.version>1.2.13-SNAPSHOT</axiom.version>
- <xml_schema.version>1.4.3</xml_schema.version>
+ <xml_schema.version>1.4.7</xml_schema.version>
<xml_apis.version>1.3.04</xml_apis.version>
<wsdl4j.version>1.6.2</wsdl4j.version>
@@ -835,11 +835,11 @@
<!-- addressing, rampart -->
<addressing.version>${axis2.version}</addressing.version>
- <rampart.version>1.7.0-SNAPSHOT</rampart.version>
+ <rampart.version>1.6.1</rampart.version>
<sandesha2.version>1.7.0-SNAPSHOT</sandesha2.version>
- <wss4j.version>1.5.11</wss4j.version>
+ <wss4j.version>1.5.12</wss4j.version>
<jruby.version>1.3.0</jruby.version>
- <xmlsec.version>1.4.2</xmlsec.version>
+ <xmlsec.version>1.4.5</xmlsec.version>
<bcprov.jdk15.version>140</bcprov.jdk15.version>
<xalan.version>2.7.1</xalan.version>