Skip to content

Commit

Permalink
fix release plugin scm module version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijgerd committed Apr 27, 2024
1 parent cd2066d commit 9988372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.11.2</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 9988372

Please sign in to comment.