3 changed files with 19 additions and 2 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd"> |
||||
<extension> |
||||
<groupId>fr.brouillard.oss</groupId> |
||||
<artifactId>jgitver-maven-plugin</artifactId> |
||||
<version>1.5.1</version> |
||||
</extension> |
||||
</extensions> |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
<configuration xmlns="http://jgitver.github.io/maven/configuration/1.1.0" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://jgitver.github.io/maven/configuration/1.1.0 https://jgitver.github.io/maven/configuration/jgitver-configuration-v1_1_0.xsd"> |
||||
<strategy>MAVEN</strategy> |
||||
<regexVersionTag>v([0-9]+(?:\.[0-9]+){0,2})</regexVersionTag> |
||||
</configuration> |
Loading…
Reference in new issue