Skip to content

Commit

Permalink
Merge pull request #296 from cicirello/prep-release
Browse files Browse the repository at this point in the history
Prepare release 4.3.1
  • Loading branch information
cicirello authored Nov 17, 2022
2 parents 24032c3 + b08478e commit f2c2886
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
* Reformatted all sourcecode to [Google Java Style](https://google.github.io/styleguide/javaguide.html)

### Deprecated

### Removed

### Fixed

### Dependencies

### CI/CD

### Other


## [4.3.1] - 2022-11-17

### Changed
* Reformatted all sourcecode to [Google Java Style](https://google.github.io/styleguide/javaguide.html)

### Fixed
* Corrected configuration of maven-shade-plugin to ensure full pom with all dependencies published during deploy.

Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,17 +315,17 @@
</executions>
</plugin>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.19</version>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.19</version>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit f2c2886

Please sign in to comment.