diff options
| author | Justin Ross <jross@apache.org> | 2012-11-19 20:04:46 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2012-11-19 20:04:46 +0000 |
| commit | 8003250c37cd3842184dea83b9dee5e9f504cd74 (patch) | |
| tree | 7273519b65848cfcc14f06bb8d7f903cf99568bd | |
| parent | 48694e11300fe612a429730603a590f0471cf7af (diff) | |
| download | qpid-python-8003250c37cd3842184dea83b9dee5e9f504cd74.tar.gz | |
QPID-4377: Update trunk versions to 0.21
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1411381 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | QPID_VERSION.txt | 2 | ||||
| -rw-r--r-- | cpp/bindings/qpid/ruby/README.rdoc | 2 | ||||
| -rwxr-xr-x | extras/qmf/setup.py | 2 | ||||
| -rwxr-xr-x | java/bdbstore/bin/backup.sh | 2 | ||||
| -rwxr-xr-x | java/broker/src/main/java/broker.bnd | 2 | ||||
| -rwxr-xr-x | java/client/src/main/java/client.bnd | 2 | ||||
| -rw-r--r-- | java/common.xml | 2 | ||||
| -rwxr-xr-x | java/common/src/main/java/common.bnd | 2 | ||||
| -rw-r--r-- | java/management/common/src/main/java/management-common.bnd | 2 | ||||
| -rw-r--r-- | packaging/windows/INSTALL_NOTES.html | 8 | ||||
| -rw-r--r-- | packaging/windows/installer.proj | 2 | ||||
| -rwxr-xr-x | python/setup.py | 2 | ||||
| -rwxr-xr-x | tests/setup.py | 2 | ||||
| -rwxr-xr-x | tools/setup.py | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/QPID_VERSION.txt b/QPID_VERSION.txt index caa4836d8e..5320adc1c9 100644 --- a/QPID_VERSION.txt +++ b/QPID_VERSION.txt @@ -1 +1 @@ -0.19 +0.21 diff --git a/cpp/bindings/qpid/ruby/README.rdoc b/cpp/bindings/qpid/ruby/README.rdoc index 5d12b89880..90a2fdcf7a 100644 --- a/cpp/bindings/qpid/ruby/README.rdoc +++ b/cpp/bindings/qpid/ruby/README.rdoc @@ -3,7 +3,7 @@ Qpid is an cross-platform enterprise messaging system based on the open-source AMQP protocol. -Version :: 0.19.0 +Version :: 0.21.0 = Links diff --git a/extras/qmf/setup.py b/extras/qmf/setup.py index fcfd2f8a30..db62ddba99 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.19", + version="0.21", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["qmf"], diff --git a/java/bdbstore/bin/backup.sh b/java/bdbstore/bin/backup.sh index 61311cd2ef..a24e2eb23a 100755 --- a/java/bdbstore/bin/backup.sh +++ b/java/bdbstore/bin/backup.sh @@ -34,7 +34,7 @@ if [ -z "${QPID_HOME}" ]; then export QPID_HOME=`cd ${WHEREAMI}/../ && pwd` fi -VERSION=0.19 +VERSION=0.21 # BDB's je JAR expected to be found in lib/opt LIBS="${QPID_HOME}/lib/opt/*:${QPID_HOME}/lib/qpid-bdbstore-${VERSION}.jar:${QPID_HOME}/lib/qpid-all.jar" diff --git a/java/broker/src/main/java/broker.bnd b/java/broker/src/main/java/broker.bnd index 4e799a1609..bf338543f7 100755 --- a/java/broker/src/main/java/broker.bnd +++ b/java/broker/src/main/java/broker.bnd @@ -17,7 +17,7 @@ # under the License. # -ver: 0.19.0 +ver: 0.21.0 Bundle-SymbolicName: qpid-broker Bundle-Version: ${ver} diff --git a/java/client/src/main/java/client.bnd b/java/client/src/main/java/client.bnd index 4b9b191520..0a47b30c72 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.19.0 +ver: 0.21.0 Bundle-SymbolicName: qpid-client Bundle-Version: ${ver} diff --git a/java/common.xml b/java/common.xml index d0d5941be0..3ea685fa52 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.19"/> + <property name="project.version" value="0.21"/> <property name="project.url" value="http://qpid.apache.org"/> <property name="project.groupid" value="org.apache.qpid"/> <property name="project.namever" value="${project.name}-${project.version}"/> diff --git a/java/common/src/main/java/common.bnd b/java/common/src/main/java/common.bnd index b34f8deacc..84350fdc75 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.19.0
+ver: 0.21.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 5a6be6bb15..5ae9791299 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.19.0 +ver: 0.21.0 Bundle-SymbolicName: qpid-management-common Bundle-Version: ${ver} diff --git a/packaging/windows/INSTALL_NOTES.html b/packaging/windows/INSTALL_NOTES.html index 66e8076767..54f427ed79 100644 --- a/packaging/windows/INSTALL_NOTES.html +++ b/packaging/windows/INSTALL_NOTES.html @@ -1,11 +1,11 @@ <html>
<head>
-<title>Apache Qpid C++ 0.19 Installation Notes</title>
+<title>Apache Qpid C++ 0.21 Installation Notes</title>
</head>
<body>
-<H1>Apache Qpid C++ 0.19 Installation Notes</H1>
+<H1>Apache Qpid C++ 0.21 Installation Notes</H1>
-<p>Thank you for installing Apache Qpid version 0.19 for Windows.
+<p>Thank you for installing Apache Qpid version 0.21 for Windows.
If the requisite features were installed, you can now run a broker,
use the example programs, and design your own messaging programs while
reading the Qpid C++ API reference documentation.</p>
@@ -83,7 +83,7 @@ default; therefore, to gain support for durable items the persistence plugin must be loaded into the broker. This can be done using the
<code>--load-module</code> option to load the needed plugins. For example:
<pre>
-cd "C:\Program Files\Apache\qpidc-0.19"
+cd "C:\Program Files\Apache\qpidc-0.21"
qpidd.exe --load-module plugins\broker\store.dll --load-module plugins\broker\msclfs_store.dll
</pre>
The <code>--load-module</code> option can also take a full path. The option
diff --git a/packaging/windows/installer.proj b/packaging/windows/installer.proj index 6f5f119f4e..b2d1d6fb2f 100644 --- a/packaging/windows/installer.proj +++ b/packaging/windows/installer.proj @@ -32,7 +32,7 @@ <source_root>$(MSBuildProjectDirectory)\..\..</source_root>
<staging_dir>$(MSBuildProjectDirectory)\stage</staging_dir>
<bits Condition="'$(bits)' == ''">32</bits>
- <qpid_version>0.19</qpid_version>
+ <qpid_version>0.21</qpid_version>
<OutputName>qpidc</OutputName>
<OutputType>Package</OutputType>
<WixToolPath>C:\Program Files (x86)\Windows Installer XML v3.5\bin</WixToolPath>
diff --git a/python/setup.py b/python/setup.py index 0b9d99a1af..56af530b43 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.19", + version="0.21", 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 8d5345d56e..67d2c87ad9 100755 --- a/tests/setup.py +++ b/tests/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name="qpid-tests", - version="0.19", + version="0.21", 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 c9dc21c620..438a2af14f 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name="qpid-tools", - version="0.19", + version="0.21", author="Apache Qpid", author_email="dev@qpid.apache.org", package_dir={'' : 'src/py'}, |
