Author: jross
Date: Thu Mar  8 10:30:33 2012
New Revision: 1298344

URL: http://svn.apache.org/viewvc?rev=1298344&view=rev
Log:
QPID-3864: Update version strings to 0.16

Modified:
    qpid/branches/0.16/qpid/QPID_VERSION.txt
    qpid/branches/0.16/qpid/extras/qmf/setup.py
    qpid/branches/0.16/qpid/java/bdbstore/bin/backup.sh
    qpid/branches/0.16/qpid/java/bdbstore/bin/storeUpgrade.sh
    qpid/branches/0.16/qpid/java/bdbstore/etc/scripts/bdbtest.sh
    
qpid/branches/0.16/qpid/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
    qpid/branches/0.16/qpid/java/broker/src/main/java/broker.bnd
    
qpid/branches/0.16/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java
    
qpid/branches/0.16/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/OsgiSystemPackageUtilTest.java
    qpid/branches/0.16/qpid/java/client/src/main/java/client.bnd
    qpid/branches/0.16/qpid/java/common.xml
    qpid/branches/0.16/qpid/java/common/src/main/java/common.bnd
    qpid/branches/0.16/qpid/java/ivy.xml
    
qpid/branches/0.16/qpid/java/management/common/src/main/java/management-common.bnd
    qpid/branches/0.16/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF
    qpid/branches/0.16/qpid/packaging/windows/INSTALL_NOTES.html
    qpid/branches/0.16/qpid/packaging/windows/installer.proj
    qpid/branches/0.16/qpid/python/setup.py
    qpid/branches/0.16/qpid/tests/setup.py
    qpid/branches/0.16/qpid/tools/setup.py

Modified: qpid/branches/0.16/qpid/QPID_VERSION.txt
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/QPID_VERSION.txt?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/QPID_VERSION.txt (original)
+++ qpid/branches/0.16/qpid/QPID_VERSION.txt Thu Mar  8 10:30:33 2012
@@ -1 +1 @@
-0.15
+0.16

Modified: qpid/branches/0.16/qpid/extras/qmf/setup.py
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/extras/qmf/setup.py?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/extras/qmf/setup.py (original)
+++ qpid/branches/0.16/qpid/extras/qmf/setup.py Thu Mar  8 10:30:33 2012
@@ -20,7 +20,7 @@
 from distutils.core import setup
 
 setup(name="qpid-qmf",
-      version="0.15",
+      version="0.16",
       author="Apache Qpid",
       author_email="[email protected]",
       packages=["qmf"],

Modified: qpid/branches/0.16/qpid/java/bdbstore/bin/backup.sh
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/bdbstore/bin/backup.sh?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/bdbstore/bin/backup.sh (original)
+++ qpid/branches/0.16/qpid/java/bdbstore/bin/backup.sh Thu Mar  8 10:30:33 2012
@@ -34,7 +34,7 @@ if [ -z "${QPID_HOME}" ]; then
     export QPID_HOME=`cd ${WHEREAMI}/../ && pwd`
 fi
 
-VERSION=0.15
+VERSION=0.16
 
 # 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"

Modified: qpid/branches/0.16/qpid/java/bdbstore/bin/storeUpgrade.sh
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/bdbstore/bin/storeUpgrade.sh?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/bdbstore/bin/storeUpgrade.sh (original)
+++ qpid/branches/0.16/qpid/java/bdbstore/bin/storeUpgrade.sh Thu Mar  8 
10:30:33 2012
@@ -33,7 +33,7 @@ if [ -z "${QPID_HOME}" ]; then
     export QPID_HOME=`cd ${WHEREAMI}/../ && pwd`
 fi
 
-VERSION=0.15
+VERSION=0.16
 
 # 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"

Modified: qpid/branches/0.16/qpid/java/bdbstore/etc/scripts/bdbtest.sh
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/bdbstore/etc/scripts/bdbtest.sh?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/bdbstore/etc/scripts/bdbtest.sh (original)
+++ qpid/branches/0.16/qpid/java/bdbstore/etc/scripts/bdbtest.sh Thu Mar  8 
10:30:33 2012
@@ -32,7 +32,7 @@ for arg in "$@"; do
     fi
 done
 
-VERSION=0.15
+VERSION=0.16
 
 # Set classpath to include Qpid jar with all required jars in manifest
 
QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/qpid-junit-toolkit-$VERSION.jar:$QPID_HOME/lib/junit-3.8.1.jar:$QPID_HOME/lib/log4j-1.2.12.jar:$QPID_HOME/lib/qpid-systests-$VERSION.jar:$QPID_HOME/lib/qpid-perftests-$VERSION.jar:$QPID_HOME/lib/slf4j-log4j12-1.6.1.jar

Modified: 
qpid/branches/0.16/qpid/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- 
qpid/branches/0.16/qpid/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
 (original)
+++ 
qpid/branches/0.16/qpid/java/broker-plugins/experimental/shutdown/src/main/java/shutdown.bnd
 Thu Mar  8 10:30:33 2012
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-ver: 0.15.0
+ver: 0.16.0
 
 Bundle-SymbolicName: qpid-shutdown-plugin
 Bundle-Version: ${ver}

Modified: qpid/branches/0.16/qpid/java/broker/src/main/java/broker.bnd
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/broker/src/main/java/broker.bnd?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/broker/src/main/java/broker.bnd (original)
+++ qpid/branches/0.16/qpid/java/broker/src/main/java/broker.bnd Thu Mar  8 
10:30:33 2012
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-ver: 0.15.0
+ver: 0.16.0
 
 Bundle-SymbolicName: qpid-broker
 Bundle-Version: ${ver}

Modified: 
qpid/branches/0.16/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- 
qpid/branches/0.16/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java
 (original)
+++ 
qpid/branches/0.16/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java
 Thu Mar  8 10:30:33 2012
@@ -737,7 +737,7 @@ public class ServerConfiguration extends
     public String getConnectorKeyManagerFactoryAlgorithm()
     {
         final String systemFallback = KeyManagerFactory.getDefaultAlgorithm();
-        // deprecated, pre-0.15 brokers supported this name.
+        // deprecated, pre-0.16 brokers supported this name.
         final String fallback = getStringValue("connector.ssl.certType", 
systemFallback);
         return getStringValue("connector.ssl.keyManagerFactoryAlgorithm", 
fallback);
     }

Modified: 
qpid/branches/0.16/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/OsgiSystemPackageUtilTest.java
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/OsgiSystemPackageUtilTest.java?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- 
qpid/branches/0.16/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/OsgiSystemPackageUtilTest.java
 (original)
+++ 
qpid/branches/0.16/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/OsgiSystemPackageUtilTest.java
 Thu Mar  8 10:30:33 2012
@@ -73,11 +73,11 @@ public class OsgiSystemPackageUtilTest e
         _map.put("org.apache.qpid.xyz", "1.0.0");
         _map.put("org.abc", "1.2.3");
 
-        _util = new OsgiSystemPackageUtil(new Version("0.15"), _map);
+        _util = new OsgiSystemPackageUtil(new Version("0.16"), _map);
 
         final String systemPackageString = 
_util.getFormattedSystemPackageString();
 
-        assertEquals("org.abc; version=1.2.3, org.apache.qpid.xyz; 
version=0.15.0", systemPackageString);   
+        assertEquals("org.abc; version=1.2.3, org.apache.qpid.xyz; 
version=0.16.0", systemPackageString);   
     }
 
     public void testWithQpidPackageWithoutQpidReleaseNumberSet() throws 
Exception

Modified: qpid/branches/0.16/qpid/java/client/src/main/java/client.bnd
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/client/src/main/java/client.bnd?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/client/src/main/java/client.bnd (original)
+++ qpid/branches/0.16/qpid/java/client/src/main/java/client.bnd Thu Mar  8 
10:30:33 2012
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-ver: 0.15.0
+ver: 0.16.0
 
 Bundle-SymbolicName: qpid-client
 Bundle-Version: ${ver}

Modified: qpid/branches/0.16/qpid/java/common.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/common.xml?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/common.xml (original)
+++ qpid/branches/0.16/qpid/java/common.xml Thu Mar  8 10:30:33 2012
@@ -23,7 +23,7 @@
   <dirname property="project.root" file="${ant.file.common}"/>
 
   <property name="project.name"          value="qpid"/>
-  <property name="project.version"       value="0.15"/>
+  <property name="project.version"       value="0.16"/>
   <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}"/>

Modified: qpid/branches/0.16/qpid/java/common/src/main/java/common.bnd
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/common/src/main/java/common.bnd?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/common/src/main/java/common.bnd (original)
+++ qpid/branches/0.16/qpid/java/common/src/main/java/common.bnd Thu Mar  8 
10:30:33 2012
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-ver: 0.15.0
+ver: 0.16.0
 
 Bundle-SymbolicName: qpid-common
 Bundle-Version: ${ver}

Modified: qpid/branches/0.16/qpid/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/ivy.xml?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/ivy.xml (original)
+++ qpid/branches/0.16/qpid/java/ivy.xml Thu Mar  8 10:30:33 2012
@@ -18,7 +18,7 @@
 <ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
             
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd";>
 
-  <info organisation="org/apache" module="qpid" revision="0.15"/>
+  <info organisation="org/apache" module="qpid" revision="0.16"/>
 
   <publications xmlns:e="urn:ant.apache.org:ivy-extras">
     <artifact name="qpid-client" type="pom" ext="pom"/>

Modified: 
qpid/branches/0.16/qpid/java/management/common/src/main/java/management-common.bnd
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/management/common/src/main/java/management-common.bnd?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- 
qpid/branches/0.16/qpid/java/management/common/src/main/java/management-common.bnd
 (original)
+++ 
qpid/branches/0.16/qpid/java/management/common/src/main/java/management-common.bnd
 Thu Mar  8 10:30:33 2012
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-ver: 0.15.0
+ver: 0.16.0
 
 Bundle-SymbolicName: qpid-management-common
 Bundle-Version: ${ver}

Modified: 
qpid/branches/0.16/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF 
(original)
+++ qpid/branches/0.16/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF 
Thu Mar  8 10:30:33 2012
@@ -3,7 +3,7 @@ Bundle-License: http://www.apache.org/li
 Bundle-ManifestVersion: 2
 Bundle-Name: Qpid JMX Management Console Plug-in
 Bundle-SymbolicName: org.apache.qpid.management.ui; singleton:=true
-Bundle-Version: 0.15.0
+Bundle-Version: 0.16.0
 Bundle-Activator: org.apache.qpid.management.ui.Activator
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin

Modified: qpid/branches/0.16/qpid/packaging/windows/INSTALL_NOTES.html
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/packaging/windows/INSTALL_NOTES.html?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/packaging/windows/INSTALL_NOTES.html (original)
+++ qpid/branches/0.16/qpid/packaging/windows/INSTALL_NOTES.html Thu Mar  8 
10:30:33 2012
@@ -1,11 +1,11 @@
 <html>
 <head>
-<title>Apache Qpid C++ 0.15 Installation Notes</title>
+<title>Apache Qpid C++ 0.16 Installation Notes</title>
 </head>
 <body>
-<H1>Apache Qpid C++ 0.15 Installation Notes</H1>
+<H1>Apache Qpid C++ 0.16 Installation Notes</H1>
 
-<p>Thank you for installing Apache Qpid version 0.15 for Windows.
+<p>Thank you for installing Apache Qpid version 0.16 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 
 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.15"
+cd "C:\Program Files\Apache\qpidc-0.16"
 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

Modified: qpid/branches/0.16/qpid/packaging/windows/installer.proj
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/packaging/windows/installer.proj?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/packaging/windows/installer.proj (original)
+++ qpid/branches/0.16/qpid/packaging/windows/installer.proj Thu Mar  8 
10:30:33 2012
@@ -32,7 +32,7 @@
        <source_root>$(MSBuildProjectDirectory)\..\..</source_root>
        <staging_dir>$(MSBuildProjectDirectory)\stage</staging_dir>
        <bits Condition="'$(bits)' == ''">32</bits>
-       <qpid_version>0.14</qpid_version>
+       <qpid_version>0.16</qpid_version>
        <OutputName>qpidc</OutputName>
        <OutputType>Package</OutputType>
        <WixToolPath>C:\Program Files (x86)\Windows Installer XML 
v3.5\bin</WixToolPath>

Modified: qpid/branches/0.16/qpid/python/setup.py
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/python/setup.py?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/python/setup.py (original)
+++ qpid/branches/0.16/qpid/python/setup.py Thu Mar  8 10:30:33 2012
@@ -298,7 +298,7 @@ class install_lib(_install_lib):
     return outfiles + extra
 
 setup(name="qpid-python",
-      version="0.15",
+      version="0.16",
       author="Apache Qpid",
       author_email="[email protected]",
       packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",

Modified: qpid/branches/0.16/qpid/tests/setup.py
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/tests/setup.py?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/tests/setup.py (original)
+++ qpid/branches/0.16/qpid/tests/setup.py Thu Mar  8 10:30:33 2012
@@ -20,7 +20,7 @@
 from distutils.core import setup
 
 setup(name="qpid-tests",
-      version="0.15",
+      version="0.16",
       author="Apache Qpid",
       author_email="[email protected]",
       packages=["qpid_tests", "qpid_tests.broker_0_10", 
"qpid_tests.broker_0_9",

Modified: qpid/branches/0.16/qpid/tools/setup.py
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.16/qpid/tools/setup.py?rev=1298344&r1=1298343&r2=1298344&view=diff
==============================================================================
--- qpid/branches/0.16/qpid/tools/setup.py (original)
+++ qpid/branches/0.16/qpid/tools/setup.py Thu Mar  8 10:30:33 2012
@@ -20,7 +20,7 @@
 from distutils.core import setup
 
 setup(name="qpid-tools",
-      version="0.15",
+      version="0.16",
       author="Apache Qpid",
       author_email="[email protected]",
       package_dir={'' : 'src/py'},



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to