dont deploy after release

This commit is contained in:
f43nd1r 2019-09-17 00:08:57 +02:00
parent 2b69b07306
commit 1310e27ac5

View file

@ -21,6 +21,7 @@
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version> <version>2.5.3</version>
<configuration> <configuration>
<goals>install</goals>
<tagNameFormat>v@{project.version}</tagNameFormat> <tagNameFormat>v@{project.version}</tagNameFormat>
</configuration> </configuration>
</plugin> </plugin>