trying to fix ci

This commit is contained in:
Ziver Koc 2020-02-12 13:26:55 +01:00
parent 28cec40d00
commit 69dfa1ca0c
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
/build/ /build/
/bin/ /bin/
/target/ /target/
.repository/ /.repository/

View file

@ -187,7 +187,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-scm-plugin</artifactId> <artifactId>maven-scm-plugin</artifactId>
<version>1.9.5</version> <version>1.11.2</version>
<configuration> <configuration>
<tag>${project.version}</tag> <tag>${project.version}</tag>
<connectionType>developerConnection</connectionType> <connectionType>developerConnection</connectionType>