Skip to content

Commit a4dd8a4

Browse files
fix: update mock plugin name
1 parent 4442f0e commit a4dd8a4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.1.1] - 2025-08-27
10+
### Fixed
11+
- Mock plugin name.
12+
913
## [3.1.0] - 2025-07-09
1014
### Added
1115
- Added support for storage cards with `keyple-plugin-storagecard-java-api:1.0.0` dependency
@@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108112
## [1.0.0] - 2020-12-18
109113
This is the initial release.
110114

111-
[unreleased]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.1.0...HEAD
115+
[unreleased]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.1.1...HEAD
116+
[3.1.1]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.1.0...3.1.1
112117
[3.1.0]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.0.0...3.1.0
113118
[3.0.0]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.4...3.0.0
114119
[2.1.4]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.3...2.1.4

bluebird-plugin-mock/src/main/kotlin/org/calypsonet/keyple/plugin/bluebird/BluebirdConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object BluebirdConstants {
2323
*
2424
* @since 3.0.0
2525
*/
26-
const val PLUGIN_NAME = "BluebirdPlugin"
26+
const val PLUGIN_NAME = "BluebirdPluginMock"
2727

2828
/**
2929
* The card reader name as provided by the plugin.

0 commit comments

Comments
 (0)