trying to fix ci
This commit is contained in:
parent
28cec40d00
commit
69dfa1ca0c
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
/build/
|
/build/
|
||||||
/bin/
|
/bin/
|
||||||
/target/
|
/target/
|
||||||
.repository/
|
/.repository/
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue