We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8f5a3 commit 28bd84dCopy full SHA for 28bd84d
lib/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.mangila</groupId>
6
<artifactId>ensure4j</artifactId>
7
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
8
9
<properties>
10
<maven.compiler.release>21</maven.compiler.release>
@@ -38,7 +38,7 @@
38
<connection>scm:git:https://github.com/mangila/ensure4j.git</connection>
39
<developerConnection>scm:git:git@github.com:mangila/ensure4j.git</developerConnection>
40
<url>https://github.com/mangila/ensure4j/tree/main</url>
41
- <tag>HEAD</tag>
+ <tag>ensure4j-3.0.0</tag>
42
</scm>
43
44
<dependencies>
0 commit comments