We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bce48 commit b9fb464Copy full SHA for b9fb464
1 file changed
pom.xml
@@ -12,7 +12,7 @@
12
13
<artifactId>cui-java-tools</artifactId>
14
<name>cui java tools</name>
15
- <version>2.5-SNAPSHOT</version>
+ <version>2.6.0</version>
16
<description>Utility Library acting as a replacement for google's guava,
17
certain apache-commons libraries and logging facades/frameworks.
18
</description>
@@ -24,7 +24,7 @@
24
<url>https://github.com/cuioss/cui-java-tools/</url>
25
<connection>scm:git:https://github.com/cuioss/cui-java-tools.git</connection>
26
<developerConnection>scm:git:https://github.com/cuioss/cui-java-tools/</developerConnection>
27
- <tag>HEAD</tag>
+ <tag>2.6.0</tag>
28
</scm>
29
<properties>
30
<maven.compiler.release>21</maven.compiler.release>
0 commit comments