Skip to content

Commit

Permalink
Enfore maven release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asimell committed Sep 10, 2024
1 parent 3c279e8 commit e98475f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.8.1</version>
<version>2.1.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit e98475f

Please sign in to comment.