Skip to content

Commit 70b6a17

Browse files
committed
Use semantic versioning for release
1 parent a9d3f25 commit 70b6a17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,15 @@
271271
<updateMatchingVersions>true</updateMatchingVersions>
272272
</configuration>
273273
</plugin>
274+
<plugin>
275+
<artifactId>maven-release-plugin</artifactId>
276+
<version>3.0.0-M5</version>
277+
<configuration>
278+
<projectVersionPolicyId>SemVerVersionPolicy</projectVersionPolicyId>
279+
</configuration>
280+
</plugin>
274281
</plugins>
282+
275283
<pluginManagement>
276284
<plugins>
277285
<plugin>

0 commit comments

Comments
 (0)