This is an automated email from the ASF dual-hosted git repository.

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 29c4fed60f QPID-8668: [Broker-J] Increase model version to 9.1 in 
docker image
29c4fed60f is described below

commit 29c4fed60fd4551e55b73aab714a96367059dd9e
Author: Tomas Vavricka <[email protected]>
AuthorDate: Mon Feb 12 14:20:19 2024 +0100

    QPID-8668: [Broker-J] Increase model version to 9.1 in docker image
---
 qpid-docker/config.json          | 2 +-
 qpid-docker/default.json         | 4 ++--
 qpid-docker/preferences.json     | 4 ++--
 qpid-docker/userPreferences.json | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/qpid-docker/config.json b/qpid-docker/config.json
index 68565c573c..e9a9facf08 100644
--- a/qpid-docker/config.json
+++ b/qpid-docker/config.json
@@ -20,7 +20,7 @@
  */
 {
   "name" : "${broker.name}",
-  "modelVersion" : "9.0",
+  "modelVersion" : "9.1",
   "accesscontrolproviders" : [ {
     "name" : "brokerAcl",
     "type" : "AclFile",
diff --git a/qpid-docker/default.json b/qpid-docker/default.json
index 9ec681dfdc..8901a83bf1 100644
--- a/qpid-docker/default.json
+++ b/qpid-docker/default.json
@@ -1,6 +1,6 @@
 {
   "name" : "default",
-  "modelVersion" : "9.0",
+  "modelVersion" : "9.1",
   "type" : "BDB",
   "storePath" : "/qpid-broker-j/work/messages",
   "storeUnderfullSize" : "0",
@@ -11,4 +11,4 @@
     "queue.defaultMaximumQueueDepthMessages" : "1000",
     "queue.defaultMaximumQueueDepthBytes" : "1048576"
   }
-}
\ No newline at end of file
+}
diff --git a/qpid-docker/preferences.json b/qpid-docker/preferences.json
index 22809bbbac..44aa13e7f8 100644
--- a/qpid-docker/preferences.json
+++ b/qpid-docker/preferences.json
@@ -1,3 +1,3 @@
 {
-  "version" : "9.0"
-}
\ No newline at end of file
+  "version" : "9.1"
+}
diff --git a/qpid-docker/userPreferences.json b/qpid-docker/userPreferences.json
index 22809bbbac..44aa13e7f8 100644
--- a/qpid-docker/userPreferences.json
+++ b/qpid-docker/userPreferences.json
@@ -1,3 +1,3 @@
 {
-  "version" : "9.0"
-}
\ No newline at end of file
+  "version" : "9.1"
+}


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

Reply via email to