|
2 | 2 |
|
3 | 3 | Changelog of git-changelog-maven-plugin.
|
4 | 4 |
|
| 5 | +## 1.97.1 (2023-07-09) |
| 6 | + |
| 7 | +### Other changes |
| 8 | + |
| 9 | +**Merge pull request #50 from isaacsanders/patch-1** |
| 10 | + |
| 11 | +* Update pom.xml |
| 12 | + |
| 13 | +[b9f00](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b9f00fc987463e0) Tomas Bjerre *2023-07-09 14:13:22* |
| 14 | + |
| 15 | +**Update pom.xml** |
| 16 | + |
| 17 | +* I was getting the following warnings: |
| 18 | +* ``` |
| 19 | +* [WARNING] |
| 20 | +* [WARNING] Plugin validation issues were detected in 4 plugin(s) |
| 21 | +* [WARNING] |
| 22 | +* [WARNING] * se.bjurr.gitchangelog:git-changelog-maven-plugin:1.97.0 |
| 23 | +* [WARNING] Declared at location(s): |
| 24 | +* [WARNING] * com.drw.risk:bloomberg_market_bridge:0.0.14-SNAPSHOT (pom.xml) @ line 296 |
| 25 | +* [WARNING] Used in module(s): |
| 26 | +* [WARNING] * com.drw.risk:bloomberg_market_bridge:0.0.14-SNAPSHOT (pom.xml) |
| 27 | +* [WARNING] Plugin issue(s): |
| 28 | +* [WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-core:3.6.0, org.apache.maven:maven-model-builder:3.6.0, org.apache.maven:maven-model:3.6.0, org.apache.maven:maven-builder-support:3.6.0, org.apache.maven:maven-settings:3.6.0, org.apache.maven:maven-resolver-provider:3.6.0, org.apache.maven:maven-settings-builder:3.6.0, org.apache.maven:maven-repository-metadata:3.6.0, org.apache.maven:maven-artifact:3.6.0] |
| 29 | +* ``` |
| 30 | +* Hopefully this is an acceptable way to resolve them. |
| 31 | + |
| 32 | +[ba88f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ba88f248a9c6223) Isaac Sanders *2023-07-06 21:48:50* |
| 33 | + |
| 34 | + |
| 35 | +## 1.97.0 (2023-04-22) |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | +- stringHelpers ([f1afc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f1afc9f4132c5cb) Tomas Bjerre) |
| 40 | + |
| 41 | +## 1.96.1 (2023-03-12) |
| 42 | + |
| 43 | +### Bug Fixes |
| 44 | + |
| 45 | +- avoiding stuck execution ([8e60e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8e60e4c1678d6e7) Tomas Bjerre) |
| 46 | + |
| 47 | +## 1.96.0 (2023-02-28) |
| 48 | + |
| 49 | +### Features |
| 50 | + |
| 51 | +- add ignoreTagsIfNameMatches to semantic-version ([db6e9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/db6e952ea756f53) Tomas Bjerre) [#49](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/49) |
| 52 | + |
| 53 | +## 1.95.6 (2023-02-16) |
| 54 | + |
| 55 | +### Bug Fixes |
| 56 | + |
| 57 | +- parsing newest commits first ([051d7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/051d7e511bac732) Tomas Bjerre) |
| 58 | + |
| 59 | +## 1.95.5 (2023-01-04) |
| 60 | + |
| 61 | +### Bug Fixes |
| 62 | + |
| 63 | +- allow space before : in commit message ([4a2c0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/4a2c002c22dbd2a) Tomas Bjerre) |
| 64 | + |
| 65 | +## 1.95.4 (2022-12-13) |
| 66 | + |
| 67 | +### Bug Fixes |
| 68 | + |
| 69 | +- stepping git changelog lib ([d4dc9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d4dc962099f0b56) Tomas Bjerre) |
| 70 | + |
| 71 | +## 1.95.3 (2022-12-03) |
| 72 | + |
| 73 | +### Bug Fixes |
| 74 | + |
| 75 | +- let semantic tag have priority if several tags on same commit ([ba86c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ba86c4e74e88a4c) Tomas Bjerre) |
| 76 | + |
| 77 | +## 1.95.2 (2022-10-09) |
| 78 | + |
| 79 | +### Bug Fixes |
| 80 | + |
| 81 | +- updating release script ([ad7a4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ad7a436d2ffafc9) Tomas Bjerre) |
| 82 | + |
| 83 | +## 1.95.1 (2022-10-09) |
| 84 | + |
| 85 | +### Bug Fixes |
| 86 | + |
| 87 | +- updating release script ([afbe3](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/afbe38a1ee502d8) Tomas Bjerre) |
| 88 | + |
| 89 | +## 1.95.0 (2022-10-09) |
| 90 | + |
| 91 | +### Features |
| 92 | + |
| 93 | +- moving semantic versioning to its own mojo ([75019](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/7501963b8765d93) Tomas Bjerre) |
| 94 | + |
5 | 95 | ## 1.94.0 (2022-09-25)
|
6 | 96 |
|
7 | 97 | ### Features
|
|
0 commit comments