File tree 2 files changed +25
-12
lines changed
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
9
9
### Added
10
10
11
11
### Changed
12
- * Reformatted all sourcecode to [ Google Java Style] ( https://google.github.io/styleguide/javaguide.html )
13
12
14
13
### Deprecated
15
14
16
15
### Removed
17
16
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
+
18
31
### Fixed
19
32
* Corrected configuration of maven-shade-plugin to ensure full pom with all dependencies published during deploy.
20
33
Original file line number Diff line number Diff line change 315
315
</executions >
316
316
</plugin >
317
317
<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 >
329
329
</plugins >
330
330
</build >
331
331
</project >
You can’t perform that action at this time.
0 commit comments