Skip to content

Commit

Permalink
QPID-8668: [Broker-J] Increase model version to 9.1 in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrtom committed Feb 12, 2024
1 parent b3e7089 commit 29c4fed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion qpid-docker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
{
"name" : "${broker.name}",
"modelVersion" : "9.0",
"modelVersion" : "9.1",
"accesscontrolproviders" : [ {
"name" : "brokerAcl",
"type" : "AclFile",
Expand Down
4 changes: 2 additions & 2 deletions qpid-docker/default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "default",
"modelVersion" : "9.0",
"modelVersion" : "9.1",
"type" : "BDB",
"storePath" : "/qpid-broker-j/work/messages",
"storeUnderfullSize" : "0",
Expand All @@ -11,4 +11,4 @@
"queue.defaultMaximumQueueDepthMessages" : "1000",
"queue.defaultMaximumQueueDepthBytes" : "1048576"
}
}
}
4 changes: 2 additions & 2 deletions qpid-docker/preferences.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "9.0"
}
"version" : "9.1"
}
4 changes: 2 additions & 2 deletions qpid-docker/userPreferences.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "9.0"
}
"version" : "9.1"
}

0 comments on commit 29c4fed

Please sign in to comment.