Skip to content

Commit 4566d4e

Browse files
committed
Switch to jgitver for Auto-semver
This project changes so often that it makes sense to allow the project to manage its own versioning.
1 parent 0122a50 commit 4566d4e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.mvn/extensions.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
4+
<extension>
5+
<groupId>fr.brouillard.oss</groupId>
6+
<artifactId>jgitver-maven-plugin</artifactId>
7+
<version>1.3.0</version>
8+
</extension>
9+
</extensions>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
<groupId>org.wrensecurity</groupId>
2525
<artifactId>wrensec-pgp-whitelist</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<!-- This project uses jgitver-maven-plugin -->
27+
<version>0</version>
2728

2829
<name>Wren Security Trusted PGP Keys</name>
2930
<description>Contains the whitelist of the PGP keys recognized and trusted by the Wren Security project for build dependencies.</description>

0 commit comments

Comments
 (0)