prepare for 1.1.2 release


git-svn-id: https://svn.apache.org/repos/asf/synapse/branches/1.1.2@618961 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 9e61c72..493f8a4 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
diff --git a/modules/extensions/pom.xml b/modules/extensions/pom.xml
index fbf978c..a6318f3 100644
--- a/modules/extensions/pom.xml
+++ b/modules/extensions/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
diff --git a/modules/handler/pom.xml b/modules/handler/pom.xml
index 260adc3..bcb56f8 100644
--- a/modules/handler/pom.xml
+++ b/modules/handler/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index ac8d5ed..25074d1 100644
--- a/modules/mar/pom.xml
+++ b/modules/mar/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index e29e4e9..c8a0e99 100644
--- a/modules/samples/pom.xml
+++ b/modules/samples/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
diff --git a/modules/transports/pom.xml b/modules/transports/pom.xml
index c9d8fba..7d063b1 100644
--- a/modules/transports/pom.xml
+++ b/modules/transports/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>synapse-transports</artifactId>
diff --git a/modules/war/pom.xml b/modules/war/pom.xml
index 20118de..d0b5f2f 100644
--- a/modules/war/pom.xml
+++ b/modules/war/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
diff --git a/pom.xml b/pom.xml
index ea5cf22..bf4a597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse</artifactId>
-    <version>1.1.1</version>
+    <version>1.1.2</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -1049,7 +1049,7 @@
 
     <properties>
         <!-- Synapse and related components -->
-        <synapse.version>1.1.1</synapse.version>
+        <synapse.version>1.1.2</synapse.version>
         <httpcore.nio.version>4.0-beta1</httpcore.nio.version>
         <commons.dbcp.version>1.2.2</commons.dbcp.version>
         <commons.pool.version>1.3</commons.pool.version>
diff --git a/src/main/release/README.txt b/src/main/release/README.txt
index 26d9041..302288b 100644
--- a/src/main/release/README.txt
+++ b/src/main/release/README.txt
@@ -1,4 +1,4 @@
-Apache Synapse 1.1.1 build  (January 2008) - http://ws.apache.org/synapse/
+Apache Synapse 1.1.2 build  (February 2008) - http://ws.apache.org/synapse/
 ------------------------------------------------------------------------------------------
 
 -------------------
diff --git a/src/main/release/docs/release_notes.txt b/src/main/release/docs/release_notes.txt
index d651337..a4ce4e0 100644
--- a/src/main/release/docs/release_notes.txt
+++ b/src/main/release/docs/release_notes.txt
@@ -1,4 +1,4 @@
-Apache Synapse Enterprise Service Bus (ESB) - 1.1.1 Release Notes - January 2008
+Apache Synapse Enterprise Service Bus (ESB) - 1.1.2 Release Notes - February 2008
 
 1. Overview
     The Apache Synapse ESB is a robust, lightweight and highly scalable and distributed
@@ -64,6 +64,9 @@
         synapse-user mailing list by sending email to synapse-user-subscribe@ws.apache.org
 
 10. New features
+    The 1.1.2 release
+        * This release is only to correct the artifacts uploaded to the Maven central repository
+
     The 1.1.1 release
         * Clustering support for the Cache/Throttle Mediators
         * Maintainance mode support for the HTTP transport
diff --git a/src/site/resources/Synapse_QuickStart.html b/src/site/resources/Synapse_QuickStart.html
index 05319c1..3dd0344 100644
--- a/src/site/resources/Synapse_QuickStart.html
+++ b/src/site/resources/Synapse_QuickStart.html
@@ -166,31 +166,31 @@
 server. </p>
 
 <p></p>
-<pre>user@host:/opt/synapse-1.1.1/samples/axis2Server$ cd src/SimpleStockQuoteService/
-user@host:/opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService$ ant
+<pre>user@host:/opt/synapse-1.1.2/samples/axis2Server$ cd src/SimpleStockQuoteService/
+user@host:/opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService$ ant
 Buildfile: build.xml
 
 clean:
 
 init:
-    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp
-    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
-    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/repository/services
+    [mkdir] Created dir: /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp
+    [mkdir] Created dir: /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [mkdir] Created dir: /opt/synapse-1.1.2/samples/axis2Server/repository/services
 
 compile-all:
-    [javac] Compiling 9 source files to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [javac] Compiling 9 source files to /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
 
 build-service:
-    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 9 files to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-      [jar] Building jar: /opt/synapse-1.1.1/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
+    [mkdir] Created dir: /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+    [mkdir] Created dir: /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 9 files to /opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+      [jar] Building jar: /opt/synapse-1.1.2/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
 
 BUILD SUCCESSFUL
 Total time: 2 seconds
-user@host:/opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService$</pre>
+user@host:/opt/synapse-1.1.2/samples/axis2Server/src/SimpleStockQuoteService$</pre>
 
 <p>Now go to &lt;synapse-home&gt;/samples/axis2Server directory and start the
 server using the following command. This will start Axis2 server on port 9000
@@ -203,14 +203,14 @@
 </div>
 
 <p>You will see the following messages on the console.</p>
-<pre>user@host:/opt/synapse-1.1.1/samples/axis2Server$ ./axis2server.sh
+<pre>user@host:/opt/synapse-1.1.2/samples/axis2Server$ ./axis2server.sh
  Using Bouncy castle JAR for Java 1.5
  Using JAVA_HOME:   /opt/jdk1.5_06
- Using AXIS2 Repository :   /opt/synapse-1.1.1/samples/axis2Server/repository
- Using AXIS2 Configuration :   /opt/synapse-1.1.1/samples/axis2Server/repository/conf/axis2.xml
+ Using AXIS2 Repository :   /opt/synapse-1.1.2/samples/axis2Server/repository
+ Using AXIS2 Configuration :   /opt/synapse-1.1.2/samples/axis2Server/repository/conf/axis2.xml
 2007-11-05 14:36:41,462 [-] [main]  INFO SimpleHTTPServer [SimpleAxisServer] Starting
-[SimpleAxisServer] Using the Axis2 Repository : /opt/synapse-1.1.1/samples/axis2Server/repository
-[SimpleAxisServer] Using the Axis2 Configuration File : /opt/synapse-1.1.1/samples/axis2Server/repository/conf/axis2.xml
+[SimpleAxisServer] Using the Axis2 Repository : /opt/synapse-1.1.2/samples/axis2Server/repository
+[SimpleAxisServer] Using the Axis2 Configuration File : /opt/synapse-1.1.2/samples/axis2Server/repository/conf/axis2.xml
 2007-11-05 14:36:43,864 [-] [main]  INFO HttpCoreNIOSender HTTPS Sender starting
 2007-11-05 14:36:43,891 [-] [main]  INFO HttpCoreNIOSender HTTP Sender starting
 2007-11-05 14:36:44,288 [-] [main]  INFO HttpCoreNIOListener HTTPS Listener starting on port : 9002
@@ -244,13 +244,13 @@
 
 <p>Following messages will be displayed on the console to indicate the
 successfull startup of Synapse.</p>
-<pre>user@host:/opt/synapse-1.1.1/bin$ ./synapse.sh -sample 0
+<pre>user@host:/opt/synapse-1.1.2/bin$ ./synapse.sh -sample 0
  Using Bouncy castle JAR for Java 1.5
 Starting Synapse/Java ...
-Using SYNAPSE_HOME:    /opt/synapse-1.1.1
+Using SYNAPSE_HOME:    /opt/synapse-1.1.2
 Using JAVA_HOME:       /opt/jdk1.5_06
-Using SYNAPSE_XML:     -Dsynapse.xml=/opt/synapse-1.1.1/repository/conf/sample/synapse_sample_0.xml
-2007-11-05 14:58:55,029 [-] [main]  INFO ServerManager Using the Axis2 Repository /opt/synapse-1.1.1/repository
+Using SYNAPSE_XML:     -Dsynapse.xml=/opt/synapse-1.1.2/repository/conf/sample/synapse_sample_0.xml
+2007-11-05 14:58:55,029 [-] [main]  INFO ServerManager Using the Axis2 Repository /opt/synapse-1.1.2/repository
 2007-11-05 14:58:56,617 [-] [main]  INFO SynapseInitializationModule Initializing Synapse at : Mon Nov 05 14:58:56 LKT 2007
 2007-11-05 14:58:56,618 [127.0.1.1-asankha] [main]  INFO SynapseInitializationModule Loading mediator extensions...
 2007-11-05 14:58:56,619 [127.0.1.1-asankha] [main]  INFO SynapseInitializationModule Initializing the Synapse configuration ...
@@ -276,14 +276,14 @@
 <p>Now the final step, running the client. Go to
 &lt;synapse-home&gt;/samples/axis2Client directory and type the following
 command</p>
-<pre>user@host:/opt/synapse-1.1.1/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080 -Dmode=quote -Dsymbol=IBM
+<pre>user@host:/opt/synapse-1.1.2/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080 -Dmode=quote -Dsymbol=IBM
 Buildfile: build.xml
 
 init:
-    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Client/target/classes
+    [mkdir] Created dir: /opt/synapse-1.1.2/samples/axis2Client/target/classes
 
 compile:
-    [javac] Compiling 10 source files to /opt/synapse-1.1.1/samples/axis2Client/target/classes
+    [javac] Compiling 10 source files to /opt/synapse-1.1.2/samples/axis2Client/target/classes
 
 stockquote:
      [java] Standard :: Stock price = $91.09641757880443