Skip to content

Commit

Permalink
update maven versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 20, 2024
1 parent 470afdc commit 14ecbb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- update developers list
- update developers list + update maven plugins versions

### Deleted

Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@
</properties>

<build>
<pluginManagement>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>5.0.0.4389</version>
</plugin>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -349,6 +356,7 @@
<appendAssemblyId>true</appendAssemblyId>
</configuration>
</plugin>

</plugins>
</build>

Expand Down Expand Up @@ -406,6 +414,7 @@
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 14ecbb7

Please sign in to comment.