Add jgitver extension

This commit is contained in:
Ehren Kret 2021-05-26 17:14:19 -05:00
parent 7bd402b48d
commit 1eb946f5fe
1 changed files with 9 additions and 0 deletions

9
.mvn/extensions.xml Normal file
View File

@ -0,0 +1,9 @@
<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.7.1</version>
</extension>
</extensions>