-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
371e778
commit 98ad791
Showing
6 changed files
with
4 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
488 changes: 0 additions & 488 deletions
488
src/distribution/extensions/hivemq-allow-all-extension/README.html
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/distribution/extensions/hivemq-allow-all-extension/README.txt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-101 KB
src/distribution/extensions/hivemq-allow-all-extension/hivemq-allow-all-extension-1.0.0.jar
Binary file not shown.
Binary file added
BIN
+3.29 KB
src/distribution/extensions/hivemq-allow-all-extension/hivemq-allow-all-extension-1.1.0.jar
Binary file not shown.
21 changes: 3 additions & 18 deletions
21
src/distribution/extensions/hivemq-allow-all-extension/hivemq-extension.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- | ||
~ Copyright 2020 dc-square GmbH | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<hivemq-extension> | ||
<id>hivemq-allow-all-extension</id> | ||
<version>1.0.0</version> | ||
<version>1.1.0</version> | ||
<name>Allow All Extension</name> | ||
<author>HiveMQ</author> | ||
<priority>0</priority> | ||
</hivemq-extension> | ||
<start-priority>0</start-priority> | ||
</hivemq-extension> |