summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-11-07 20:04:02 +0000
committerRobert Gemmell <robbie@apache.org>2010-11-07 20:04:02 +0000
commit557baa15c9e70b9ad4a43bc403038f6e36c5a844 (patch)
tree782d7d8a323e2da0baf574c6d26cf2eb58d053eb
parentc2da78d6d8310c15bd84c350fb986f258f162453 (diff)
downloadqpid-python-557baa15c9e70b9ad4a43bc403038f6e36c5a844.tar.gz
Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1032374 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--QPID_VERSION.txt2
-rw-r--r--cpp/src/CMakeWinVersions.cmake16
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml2
-rw-r--r--doc/book/src/java/broker/configuration/Topic-Configuration.xml4
-rwxr-xr-xextras/qmf/setup.py2
-rwxr-xr-xjava/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd2
-rw-r--r--java/broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.java2
-rwxr-xr-xjava/client/src/main/java/client.bnd2
-rw-r--r--java/common.xml2
-rwxr-xr-xjava/common/src/main/java/common.bnd2
-rw-r--r--java/management/common/src/main/java/management-common.bnd2
-rw-r--r--java/management/eclipse-plugin/META-INF/MANIFEST.MF2
-rwxr-xr-xpython/setup.py2
-rwxr-xr-xtests/setup.py2
-rwxr-xr-xtools/setup.py2
15 files changed, 23 insertions, 23 deletions
diff --git a/QPID_VERSION.txt b/QPID_VERSION.txt
index eb49d7c7fd..b63ba696b7 100644
--- a/QPID_VERSION.txt
+++ b/QPID_VERSION.txt
@@ -1 +1 @@
-0.7
+0.9
diff --git a/cpp/src/CMakeWinVersions.cmake b/cpp/src/CMakeWinVersions.cmake
index 93890a908f..9bffd2ba0e 100644
--- a/cpp/src/CMakeWinVersions.cmake
+++ b/cpp/src/CMakeWinVersions.cmake
@@ -34,22 +34,22 @@
# set ("winver_PACKAGE_NAME" "qpid-cpp")
# set ("winver_DESCRIPTION_SUMMARY" "Apache Qpid C++")
# set ("winver_FILE_VERSION_N1" "0")
-# set ("winver_FILE_VERSION_N2" "7")
+# set ("winver_FILE_VERSION_N2" "9")
# set ("winver_FILE_VERSION_N3" "0")
-# set ("winver_FILE_VERSION_N4" "1")
+# set ("winver_FILE_VERSION_N4" "0")
# set ("winver_PRODUCT_VERSION_N1" "0")
-# set ("winver_PRODUCT_VERSION_N2" "7")
+# set ("winver_PRODUCT_VERSION_N2" "9")
# set ("winver_PRODUCT_VERSION_N3" "0")
-# set ("winver_PRODUCT_VERSION_N4" "1")
+# set ("winver_PRODUCT_VERSION_N4" "0")
# set ("winver_LEGAL_COPYRIGHT" "")
#
# Specification of per-project settings:
#
-# set ("winver_${projectName}_FileVersionBinary" "0,7,0,1")
-# set ("winver_${projectName}_ProductVersionBinary" "0,7,0,1")
-# set ("winver_${projectName}_FileVersionString" "0, 7, 0, 1")
-# set ("winver_${projectName}_ProductVersionString" "0, 7, 0, 1")
+# set ("winver_${projectName}_FileVersionBinary" "0,9,0,0")
+# set ("winver_${projectName}_ProductVersionBinary" "0,9,0,0")
+# set ("winver_${projectName}_FileVersionString" "0, 9, 0, 0")
+# set ("winver_${projectName}_ProductVersionString" "0, 9, 0, 0")
# set ("winver_${projectName}_FileDescription" "qpid-cpp-qpidcommon Library")
# set ("winver_${projectName}_LegalCopyright" "")
# set ("winver_${projectName}_InternalName" "qpidcommon")
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index 1de6f71d31..142033b757 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -2887,7 +2887,7 @@ destination.topicExchange = amq.topic
Boolean
</entry>
<entry>
- If you are using JMS Map messages and deploying a new client with any JMS client older than 0.7 release, you must set this to true to ensure the older clients can understand the map message encoding.
+ If you are using JMS Map messages and deploying a new client with any JMS client older than 0.8 release, you must set this to true to ensure the older clients can understand the map message encoding.
</entry>
</row>
<row>
diff --git a/doc/book/src/java/broker/configuration/Topic-Configuration.xml b/doc/book/src/java/broker/configuration/Topic-Configuration.xml
index 9113d6786f..1f73bbd7a4 100644
--- a/doc/book/src/java/broker/configuration/Topic-Configuration.xml
+++ b/doc/book/src/java/broker/configuration/Topic-Configuration.xml
@@ -23,7 +23,7 @@
<section>
<title>Topic Configuration on Java Broker</title>
- <para>New in 0.7 is the ability to define configuration for topics. Currently this is limited to
+ <para>New in 0.8 is the ability to define configuration for topics. Currently this is limited to
configuration for slow consumer detection. This configuration is based on the work
designed on the <ulink
url="http://cwiki.apache.org/confluence/display/qpid/Topic+Configuration+Design">design
@@ -84,7 +84,7 @@
<section id="Limitiations">
<title>Limitiations</title>
- <para> As of 0.7 the topic configuration is limited to straight string matching. This means
+ <para> As of 0.8 the topic configuration is limited to straight string matching. This means
that given the following two topic configuring sections for 'stocks.us' and 'stocks.*' a
subscription for 'stocks.uk' will not match the expected 'stocks.*'. Nor will any
additional configuration listed in 'stocks.*' affect any 'stocks.us' subscriptions. </para>
diff --git a/extras/qmf/setup.py b/extras/qmf/setup.py
index c7626aa932..2e3ec7a38e 100755
--- a/extras/qmf/setup.py
+++ b/extras/qmf/setup.py
@@ -20,7 +20,7 @@
from distutils.core import setup
setup(name="qpid-qmf",
- version="0.7",
+ version="0.9",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["qmf", "qmf2", "qmf2.tests"],
diff --git a/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd b/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
index b72cf94c85..6e005f5bdb 100755
--- a/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
+++ b/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
@@ -17,7 +17,7 @@
# under the License.
#
-ver: 0.7.0
+ver: 0.9.0
Bundle-SymbolicName: qpid-shutdown-plugin
Bundle-Version: ${ver}
diff --git a/java/broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.java b/java/broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.java
index 4c8c1e4b0d..a6bab017a1 100644
--- a/java/broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.java
+++ b/java/broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.java
@@ -63,7 +63,7 @@ public class PluginManager implements Closeable
private static final Logger _logger = Logger.getLogger(PluginManager.class);
private static final int FELIX_STOP_TIMEOUT = 30000;
- private static final String QPID_VER_SUFFIX = "version=0.7,";
+ private static final String QPID_VER_SUFFIX = "version=0.9,";
private Framework _felix;
diff --git a/java/client/src/main/java/client.bnd b/java/client/src/main/java/client.bnd
index 85993e39f9..0ddd163d4f 100755
--- a/java/client/src/main/java/client.bnd
+++ b/java/client/src/main/java/client.bnd
@@ -17,7 +17,7 @@
# under the License.
#
-ver: 0.7.0
+ver: 0.9.0
Bundle-SymbolicName: qpid-client
Bundle-Version: ${ver}
diff --git a/java/common.xml b/java/common.xml
index 3ebf07a210..b1f28dc062 100644
--- a/java/common.xml
+++ b/java/common.xml
@@ -23,7 +23,7 @@
<dirname property="project.root" file="${ant.file.common}"/>
<property name="project.name" value="qpid"/>
- <property name="project.version" value="0.7"/>
+ <property name="project.version" value="0.9"/>
<property name="project.namever" value="${project.name}-${project.version}"/>
<property name="resources" location="${project.root}/resources"/>
diff --git a/java/common/src/main/java/common.bnd b/java/common/src/main/java/common.bnd
index 30d1e29079..ef56ecec9e 100755
--- a/java/common/src/main/java/common.bnd
+++ b/java/common/src/main/java/common.bnd
@@ -17,7 +17,7 @@
# under the License.
#
-ver: 0.7.0
+ver: 0.9.0
Bundle-SymbolicName: qpid-common
Bundle-Version: ${ver}
diff --git a/java/management/common/src/main/java/management-common.bnd b/java/management/common/src/main/java/management-common.bnd
index 264489a6b6..cb28d309a6 100644
--- a/java/management/common/src/main/java/management-common.bnd
+++ b/java/management/common/src/main/java/management-common.bnd
@@ -17,7 +17,7 @@
# under the License.
#
-ver: 0.7.0
+ver: 0.9.0
Bundle-SymbolicName: qpid-management-common
Bundle-Version: ${ver}
diff --git a/java/management/eclipse-plugin/META-INF/MANIFEST.MF b/java/management/eclipse-plugin/META-INF/MANIFEST.MF
index 7db972995b..124fe1e767 100644
--- a/java/management/eclipse-plugin/META-INF/MANIFEST.MF
+++ b/java/management/eclipse-plugin/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-ManifestVersion: 2
Bundle-Name: Qpid JMX Management Console Plug-in
Bundle-SymbolicName: org.apache.qpid.management.ui; singleton:=true
-Bundle-Version: 0.7.0
+Bundle-Version: 0.9.0
Bundle-Activator: org.apache.qpid.management.ui.Activator
Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
diff --git a/python/setup.py b/python/setup.py
index bdd04d4ddf..9c04421c51 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -298,7 +298,7 @@ class install_lib(_install_lib):
return outfiles + extra
setup(name="qpid-python",
- version="0.7",
+ version="0.9",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",
diff --git a/tests/setup.py b/tests/setup.py
index c6f3142007..5438275b22 100755
--- a/tests/setup.py
+++ b/tests/setup.py
@@ -20,7 +20,7 @@
from distutils.core import setup
setup(name="qpid-tests",
- version="0.7",
+ version="0.9",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["qpid_tests", "qpid_tests.broker_0_10", "qpid_tests.broker_0_9",
diff --git a/tools/setup.py b/tools/setup.py
index 96f8652296..8811e49682 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -20,7 +20,7 @@
from distutils.core import setup
setup(name="qpid-tools",
- version="0.7",
+ version="0.9",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
scripts=["src/py/qpid-cluster",