[maven-release-plugin]  copy for tag apollo-project-1.6

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.6@1448329 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apollo-website/src/blog/releases/release-1.4.page b/apollo-website/src/blog/releases/release-1.4.page
index c23a55f..d7ba632 100644
--- a/apollo-website/src/blog/releases/release-1.4.page
+++ b/apollo-website/src/blog/releases/release-1.4.page
@@ -28,8 +28,10 @@
 This release fixes several bugs especially around Openwire and WebSockets and introduces a few
 improvements like:
 
-[APLO-206] - Load balance of job queues when 'credit:1,0' is used on the consumer.
-[APLO-212] - Allow topic deletion via the REST API
+* [APLO-206] - Load balance of job queues when 'credit:1,0' is used on the consumer.
+* [APLO-212] - Allow topic deletion via the REST API
+
+For further information see:
 
 * [Download](${website_base_url}/download.html)
 * [Issues Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12320770&styleName=Text&projectId=12311310&Create=Create)
diff --git a/apollo-website/src/blog/releases/release-1.5.page b/apollo-website/src/blog/releases/release-1.5.page
index 5b9dd4d..3f326bf 100644
--- a/apollo-website/src/blog/releases/release-1.5.page
+++ b/apollo-website/src/blog/releases/release-1.5.page
@@ -28,22 +28,24 @@
 This release fixes several bugs especially around Openwire and WebSockets and introduces a few
 improvements like:
 
-[APLO-30] - Support the Openwire Protocol
-[APLO-177] - Add a UDP based protocol support to Apollo
-[APLO-232] - Add support for enforcing a message count based quota on queues
-[APLO-239] - Aggregate connection-level messages (and bytes) metrics at connector and broker level
-[APLO-242] - Support STOMP frames over UDP
-[APLO-260] - Contribute the FuseSource MQTT impl to Apache and included as part of the default Apollo distribution.
-[APLO-261] - Support the 1.2 STOMP spec.
-[APLO-163] - Auto tune the per-connection buffers (receive_buffer_size and send_buffer_size)
-[APLO-179] - Remove the list of connections from the toplevel REST URI
-[APLO-200] - Support configuring protocol filters
-[APLO-243] - Do not lower the maximum number of open files
-[APLO-250] - add_user_header should prevent forging
-[APLO-251] - Share a single queue for all consumers on topic configured with slow_consumer_policy="queue"
-[APLO-259] - Support Telnet clients that send '\r\n' character to terminate a line
-[APLO-262] - Documented OpenWire features
-[APLO-263] - Remove slf4j from openwire examples
+* [APLO-30] - Support the Openwire Protocol
+* [APLO-177] - Add a UDP based protocol support to Apollo
+* [APLO-232] - Add support for enforcing a message count based quota on queues
+* [APLO-239] - Aggregate connection-level messages (and bytes) metrics at connector and broker level
+* [APLO-242] - Support STOMP frames over UDP
+* [APLO-260] - Contribute the FuseSource MQTT impl to Apache and included as part of the default Apollo distribution.
+* [APLO-261] - Support the 1.2 STOMP spec.
+* [APLO-163] - Auto tune the per-connection buffers (receive_buffer_size and send_buffer_size)
+* [APLO-179] - Remove the list of connections from the toplevel REST URI
+* [APLO-200] - Support configuring protocol filters
+* [APLO-243] - Do not lower the maximum number of open files
+* [APLO-250] - add_user_header should prevent forging
+* [APLO-251] - Share a single queue for all consumers on topic configured with slow_consumer_policy="queue"
+* [APLO-259] - Support Telnet clients that send '\r\n' character to terminate a line
+* [APLO-262] - Documented OpenWire features
+* [APLO-263] - Remove slf4j from openwire examples
+
+For further information see:
 
 * [Download](${website_base_url}/download.html)
 * [Issues Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311310&version=12321266)
diff --git a/apollo-website/src/blog/releases/release-1.6.page b/apollo-website/src/blog/releases/release-1.6.page
new file mode 100644
index 0000000..ddc94df
--- /dev/null
+++ b/apollo-website/src/blog/releases/release-1.6.page
@@ -0,0 +1,53 @@
+---
+# 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.
+
+blog_post: true
+title: Apollo 1.6
+author: Hiram Chirino
+author_url: http://fusesource.com
+created_at: 2013-02-24 12:06:40 -0000
+--- 
+
+The [Apache ActiveMQ Project](http://activemq.apache.org) is pleased to announce the 
+availability of Apollo 1.6. ActiveMQ Apollo is a faster, more reliable, easier 
+to maintain messaging broker built from the foundations of the original ActiveMQ. 
+
+This release fixes several bugs especially around Openwire and WebSockets and introduces a few
+improvements like:
+
+* [APLO-275] - Add AMQP 1.0 Protocol Support
+* [APLO-273] - STOMP 1.1 Over WebSocket
+* [APLO-268] - Examples for stompest Python STOMP client
+* [APLO-280] - Clarification about message groups
+* [APLO-19]  - Support message groups
+* [APLO-271] - Integrate jolokia into Apollo for nice REST based access to JMX.
+* [APLO-272] - Support creating topics and queues via the REST management api.
+* [APLO-274] - Support accessing environment variables via \${env.*} references in the the config file.
+* [APLO-278] - Support option on queues to control if a round robin message distribution strategy should be used when multiple consumer are attached to the queue.
+
+For further information see:
+
+* [Download](${website_base_url}/download.html)
+* [Issues Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311310&version=12322470)
+* [Documentation](${website_base_url}/versions/1.6/website/documentation)
+
+[Feedback](http://activemq.apache.org/community/index.html) is always welcomed! 
+
+
+
+
+
+