removed configuration from scm

This commit is contained in:
Matthew 2024-04-19 09:59:19 +02:00 committed by JustFiesta
parent 77b45d0910
commit 07c8460c70

View file

@ -192,10 +192,6 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version> <version>3.0.1</version>
<configuration>
<tagName>${project.artifactId}-${project.version}</tagName>
<preRelease>true</preRelease>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>