Skip to content

Commit

Permalink
Merge pull request #363 from green-code-initiative/UPDATE_VERSIONS
Browse files Browse the repository at this point in the history
update maven versions
  • Loading branch information
dedece35 authored Dec 21, 2024
2 parents ce5d532 + 1c1cdd6 commit 311d016
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@
</properties>

<build>
<pluginManagement>
<plugins>
<!-- TO KEEP : to fix sonar plugin version for CICD and execute sonar:sonar on github CI -->
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>5.0.0.4389</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -367,7 +377,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>s
</plugins>
</build>

Expand Down Expand Up @@ -425,6 +435,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 311d016

Please sign in to comment.