Skip to content

Commit f2c2886

Browse files
authored
Merge pull request #296 from cicirello/prep-release
Prepare release 4.3.1
2 parents 24032c3 + b08478e commit f2c2886

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff 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

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -315,17 +315,17 @@
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>

0 commit comments

Comments
 (0)