9 lines
423 B
XML
9 lines
423 B
XML
<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.9.0</version>
|
|
</extension>
|
|
</extensions>
|