Skip to content

Commit e0dd79a

Browse files
committed
Fixed maven-release-plugin version
1 parent f8ede4b commit e0dd79a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
</execution>
9191
</executions>
9292
</plugin>
93+
<plugin>
94+
<groupId>org.apache.maven.plugins</groupId>
95+
<artifactId>maven-release-plugin</artifactId>
96+
<version>2.5.3</version>
97+
</plugin>
9398
</plugins>
9499
</build>
95100
<repositories>

0 commit comments

Comments
 (0)