Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-release…
Browse files Browse the repository at this point in the history
…-plugin to v3 (refs #315)
  • Loading branch information
mborne committed Aug 8, 2024
1 parent c0be926 commit 09ca65a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note that CI is configured throw [GitHub Actions](https://github.com/IGNF/valida

It relies on [.github/workflows/main.yml](.github/workflows/main.yml) which :

* Install OpenJDK 11 and maven
* Install Java and maven
* Install ogr2ogr
* Run tests through [.ci/build-openjdk11.sh](.ci/build-openjdk11.sh)

Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
<mockito.version>5.12.0</mockito.version>
<!-- Build and deploy -->
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<!-- JDK 8 features -->
<javax.annotation.version>1.3.2</javax.annotation.version>
<javax.activation.version>1.1.1</javax.activation.version>
Expand Down Expand Up @@ -360,7 +362,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>${maven-release-plugin.version}</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
Expand All @@ -381,7 +383,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<version>${jacoco-maven-plugin.version}</version>
</plugin>

</plugins>
Expand Down

0 comments on commit 09ca65a

Please sign in to comment.