Skip to content

Commit e98475f

Browse files
committed
Enfore maven release versions
1 parent 3c279e8 commit e98475f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,13 @@
153153
<plugins>
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156-
<artifactId>maven-release-plugin</artifactId>
156+
<artifactId>maven-release-plugin</artifactId>
157+
<version>3.1.1</version>
157158
<dependencies>
158159
<dependency>
159160
<groupId>org.apache.maven.scm</groupId>
160161
<artifactId>maven-scm-provider-gitexe</artifactId>
161-
<version>1.8.1</version>
162+
<version>2.1.0</version>
162163
</dependency>
163164
</dependencies>
164165
</plugin>

0 commit comments

Comments
 (0)