Skip to content

Commit

Permalink
Update some plugins
Browse files Browse the repository at this point in the history
- Update the maven-compiler-plugin plugin to 3.13.0
- Update the maven-gpg-plugin plugin to 3.2.1
  • Loading branch information
AlexisJehan committed Mar 19, 2024
1 parent 39b4102 commit c31ff10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
- Update the `junit-jupiter` dependency to `5.10.2`
- Update the `assertj-core` dependency to `3.25.3`
- Update the `license-maven-plugin` plugin to `4.3`
- Update the `maven-compiler-plugin` plugin to `3.12.1`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
- Update the `maven-surefire-plugin` plugin to `3.2.5`
- Update the `jacoco-maven-plugin` plugin to `0.8.11`
- Update the `maven-source-plugin` plugin to `3.3.0`
- Update the `maven-javadoc-plugin` plugin to `3.6.3`
- Update the `maven-gpg-plugin` plugin to `3.2.0`
- Update the `maven-gpg-plugin` plugin to `3.2.1`
- Migrate the continuous integration from _Travis CI_ to _GitHub Actions_

## [1.0.0](https://github.com/AlexisJehan/DsvMender/releases/tag/v1.0.0) (2019-04-22)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<showDeprecation>true</showDeprecation>
<compilerArgs>
Expand Down Expand Up @@ -243,7 +243,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>gpg-sign</id>
Expand Down

0 comments on commit c31ff10

Please sign in to comment.