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 2011/01/11 11:05:38 UTC

svn commit: r1057553 - in /synapse/tags/2.0.0: ./ modules/commons/ modules/core/ modules/distribution/ modules/experimental/ modules/extensions/ modules/handler/ modules/migrator/ modules/packaging/package-archetype/ modules/packaging/package-archetype...

Author: ruwan
Date: Tue Jan 11 10:05:37 2011
New Revision: 1057553

URL: http://svn.apache.org/viewvc?rev=1057553&view=rev
Log:
Tagging the 2.0.0 release source

Added:
    synapse/tags/2.0.0/
      - copied from r1055794, synapse/branches/2.0/
Modified:
    synapse/tags/2.0.0/modules/commons/pom.xml
    synapse/tags/2.0.0/modules/core/pom.xml
    synapse/tags/2.0.0/modules/distribution/pom.xml
    synapse/tags/2.0.0/modules/experimental/pom.xml
    synapse/tags/2.0.0/modules/extensions/pom.xml
    synapse/tags/2.0.0/modules/handler/pom.xml
    synapse/tags/2.0.0/modules/migrator/pom.xml
    synapse/tags/2.0.0/modules/packaging/package-archetype/pom.xml
    synapse/tags/2.0.0/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
    synapse/tags/2.0.0/modules/packaging/package-skeleton/pom.xml
    synapse/tags/2.0.0/modules/patches/pom.xml
    synapse/tags/2.0.0/modules/samples/pom.xml
    synapse/tags/2.0.0/modules/securevault/pom.xml
    synapse/tags/2.0.0/modules/tasks/pom.xml
    synapse/tags/2.0.0/modules/transports/core/nhttp/pom.xml
    synapse/tags/2.0.0/modules/transports/core/pipe/pom.xml
    synapse/tags/2.0.0/modules/transports/core/vfs/pom.xml
    synapse/tags/2.0.0/modules/transports/optional/fix/pom.xml
    synapse/tags/2.0.0/modules/transports/pom.xml
    synapse/tags/2.0.0/modules/war/pom.xml
    synapse/tags/2.0.0/modules/xar-maven-plugin/pom.xml
    synapse/tags/2.0.0/pom.xml
    synapse/tags/2.0.0/src/site/resources/archetype-catalog.xml
    synapse/tags/2.0.0/src/site/xdoc/Synapse_Samples_Setup.xml

Modified: synapse/tags/2.0.0/modules/commons/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/commons/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/commons/pom.xml (original)
+++ synapse/tags/2.0.0/modules/commons/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -84,7 +84,7 @@
         <dependency>
           <groupId>org.apache.synapse</groupId>
           <artifactId>synapse-securevault</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>2.0.0</version>
         </dependency>
     </dependencies>
 </project>

Modified: synapse/tags/2.0.0/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/core/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/core/pom.xml (original)
+++ synapse/tags/2.0.0/modules/core/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/distribution/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/distribution/pom.xml (original)
+++ synapse/tags/2.0.0/modules/distribution/pom.xml Tue Jan 11 10:05:37 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/experimental/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/experimental/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/experimental/pom.xml (original)
+++ synapse/tags/2.0.0/modules/experimental/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/extensions/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/extensions/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/extensions/pom.xml (original)
+++ synapse/tags/2.0.0/modules/extensions/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/handler/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/handler/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/handler/pom.xml (original)
+++ synapse/tags/2.0.0/modules/handler/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/migrator/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/migrator/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/migrator/pom.xml (original)
+++ synapse/tags/2.0.0/modules/migrator/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/packaging/package-archetype/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/packaging/package-archetype/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/packaging/package-archetype/pom.xml (original)
+++ synapse/tags/2.0.0/modules/packaging/package-archetype/pom.xml Tue Jan 11 10:05:37 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-package-archetype</artifactId>
@@ -65,4 +65,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: synapse/tags/2.0.0/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ synapse/tags/2.0.0/modules/packaging/package-archetype/src/main/resources/archetype-resources/pom.xml Tue Jan 11 10:05:37 2011
@@ -34,7 +34,7 @@
             <activation>
                 <property>
                     <name>synapse.version</name>
-                    <value>2.0.0-SNAPSHOT</value>
+                    <value>2.0.0</value>
                 </property>
             </activation>
             <repositories>

Modified: synapse/tags/2.0.0/modules/packaging/package-skeleton/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/packaging/package-skeleton/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/packaging/package-skeleton/pom.xml (original)
+++ synapse/tags/2.0.0/modules/packaging/package-skeleton/pom.xml Tue Jan 11 10:05:37 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-package-skeleton</artifactId>

Modified: synapse/tags/2.0.0/modules/patches/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/patches/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/patches/pom.xml (original)
+++ synapse/tags/2.0.0/modules/patches/pom.xml Tue Jan 11 10:05:37 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-patches</artifactId>

Modified: synapse/tags/2.0.0/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/samples/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/samples/pom.xml (original)
+++ synapse/tags/2.0.0/modules/samples/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/securevault/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/securevault/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/securevault/pom.xml (original)
+++ synapse/tags/2.0.0/modules/securevault/pom.xml Tue Jan 11 10:05:37 2011
@@ -31,7 +31,7 @@
     </parent>
     <groupId>org.apache.synapse</groupId>
     <artifactId>synapse-securevault</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <name>Apache Synapse - Secure vault</name>
     <description>Apache Synapse - Secure vault</description>
     <packaging>bundle</packaging>

Modified: synapse/tags/2.0.0/modules/tasks/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/tasks/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/tasks/pom.xml (original)
+++ synapse/tags/2.0.0/modules/tasks/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/transports/core/nhttp/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/transports/core/nhttp/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/transports/core/nhttp/pom.xml (original)
+++ synapse/tags/2.0.0/modules/transports/core/nhttp/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/transports/core/pipe/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/transports/core/pipe/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/transports/core/pipe/pom.xml (original)
+++ synapse/tags/2.0.0/modules/transports/core/pipe/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -60,4 +60,4 @@
 
     <dependencies>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: synapse/tags/2.0.0/modules/transports/core/vfs/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/transports/core/vfs/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/transports/core/vfs/pom.xml (original)
+++ synapse/tags/2.0.0/modules/transports/core/vfs/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/transports/optional/fix/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/transports/optional/fix/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/transports/optional/fix/pom.xml (original)
+++ synapse/tags/2.0.0/modules/transports/optional/fix/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -119,4 +119,4 @@
         <qfj.version>1.4.0</qfj.version>
     </properties>
 
-</project>
\ No newline at end of file
+</project>

Modified: synapse/tags/2.0.0/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/transports/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/transports/pom.xml (original)
+++ synapse/tags/2.0.0/modules/transports/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/war/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/war/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/war/pom.xml (original)
+++ synapse/tags/2.0.0/modules/war/pom.xml Tue Jan 11 10:05:37 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/tags/2.0.0/modules/xar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/modules/xar-maven-plugin/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/modules/xar-maven-plugin/pom.xml (original)
+++ synapse/tags/2.0.0/modules/xar-maven-plugin/pom.xml Tue Jan 11 10:05:37 2011
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.synapse</groupId>
     <artifactId>synapse-xar-maven-plugin</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.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/tags/2.0.0/pom.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/pom.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/pom.xml (original)
+++ synapse/tags/2.0.0/pom.xml Tue Jan 11 10:05:37 2011
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -813,7 +813,7 @@
         <!-- Sets the source encoding to UTF-8 -->
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <!-- Synapse and related components -->
-        <synapse.version>2.0.0-SNAPSHOT</synapse.version>
+        <synapse.version>2.0.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-21092010</commons.vfs.version>

Modified: synapse/tags/2.0.0/src/site/resources/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/src/site/resources/archetype-catalog.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/src/site/resources/archetype-catalog.xml (original)
+++ synapse/tags/2.0.0/src/site/resources/archetype-catalog.xml Tue Jan 11 10:05:37 2011
@@ -29,9 +29,9 @@
         <archetype>
             <groupId>org.apache.synapse</groupId>
             <artifactId>synapse-package-archetype</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
             <repository>http://people.apache.org/repo/m2-snapshot-repository</repository>
-            <description>Create a Synapse 2.0.0-SNAPSHOT custom package</description>
+            <description>Create a Synapse 2.0.0 custom package</description>
         </archetype>
     </archetypes>
 </archetype-catalog>

Modified: synapse/tags/2.0.0/src/site/xdoc/Synapse_Samples_Setup.xml
URL: http://svn.apache.org/viewvc/synapse/tags/2.0.0/src/site/xdoc/Synapse_Samples_Setup.xml?rev=1057553&r1=1055794&r2=1057553&view=diff
==============================================================================
--- synapse/tags/2.0.0/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/tags/2.0.0/src/site/xdoc/Synapse_Samples_Setup.xml Tue Jan 11 10:05:37 2011
@@ -1082,7 +1082,7 @@ synapse.datasources.reportds.maxWait=100
         </strong>
     </p>
     <pre>ciphertool.bat -source synapse -keystore lib\trust.jks -storepass password -alias synapse -outencode base64 -trusted
-        Using SYNAPSE_HOME: C:\Project\apache\synapse\trunck2\modules\distribution\target\synapse-2.0.0-SNAPSHOT
+        Using SYNAPSE_HOME: C:\Project\apache\synapse\trunck2\modules\distribution\target\synapse-2.0.0
         Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_14
         Output : VbwH1pePwf4XmUtCdIvO0MA/EZPl8YK+E0kGkMpFd7CbWKpR2h1evTv902zoVorbJbHsVDNXfuvUUGmQAptUl4GknAm4bgZsgQ/pbsRbXivRkNzg9JVqw3FzWkR2uN2ZCHSacC4IdUwOjSDOTQ+kH7se
         58kt2xqJSax2a9pdL1w=