There was an error while loading. Please reload this page.
1 parent 1f9ab4c commit 38eafc3Copy full SHA for 38eafc3
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>corelib</artifactId>
6
<packaging>jar</packaging>
7
<name>CodeLibs Core Library</name>
8
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
9
<description>Core library providing essential utilities and functionalities.</description>
10
<url>https://github.com/codelibs/corelib</url>
11
<inceptionYear>2012</inceptionYear>
@@ -33,7 +33,7 @@
33
<connection>scm:git:git@github.com:codelibs/corelib.git</connection>
34
<url>scm:git:git@github.com:codelibs/corelib.git</url>
35
<developerConnection>scm:git:git@github.com:codelibs/corelib.git</developerConnection>
36
- <tag>HEAD</tag>
+ <tag>corelib-0.7.0</tag>
37
</scm>
38
<properties>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments