File tree Expand file tree Collapse file tree 2 files changed +25
-12
lines changed Expand file tree Collapse file tree 2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Added
1010
1111### Changed
12- * Reformatted all sourcecode to [ Google Java Style] ( https://google.github.io/styleguide/javaguide.html )
1312
1413### Deprecated
1514
1615### Removed
1716
17+ ### Fixed
18+
19+ ### Dependencies
20+
21+ ### CI/CD
22+
23+ ### Other
24+
25+
26+ ## [ 4.3.1] - 2022-11-17
27+
28+ ### Changed
29+ * Reformatted all sourcecode to [ Google Java Style] ( https://google.github.io/styleguide/javaguide.html )
30+
1831### Fixed
1932* Corrected configuration of maven-shade-plugin to ensure full pom with all dependencies published during deploy.
2033
Original file line number Diff line number Diff line change 315315 </executions >
316316 </plugin >
317317 <plugin >
318- <groupId >com.spotify.fmt</groupId >
319- <artifactId >fmt-maven-plugin</artifactId >
320- <version >2.19</version >
321- <executions >
322- <execution >
323- <goals >
324- <goal >format</goal >
325- </goals >
326- </execution >
327- </executions >
328- </plugin >
318+ <groupId >com.spotify.fmt</groupId >
319+ <artifactId >fmt-maven-plugin</artifactId >
320+ <version >2.19</version >
321+ <executions >
322+ <execution >
323+ <goals >
324+ <goal >format</goal >
325+ </goals >
326+ </execution >
327+ </executions >
328+ </plugin >
329329 </plugins >
330330 </build >
331331</project >
You can’t perform that action at this time.
0 commit comments