We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3608efb commit 8887903Copy full SHA for 8887903
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>jp.co.future</groupId>
5
<artifactId>uroborosql</artifactId>
6
- <version>0.26.7-SNAPSHOT</version>
+ <version>0.26.7</version>
7
<packaging>jar</packaging>
8
<name>uroboroSQL</name>
9
<description>Developer-oriented and SQL centric database access library</description>
@@ -21,7 +21,7 @@
21
<connection>scm:git:https://github.com/future-architect/uroborosql.git</connection>
22
<developerConnection>scm:git:https://github.com/future-architect/uroborosql.git</developerConnection>
23
<url>https://github.com/future-architect/uroborosql</url>
24
- <tag>HEAD</tag>
+ <tag>uroborosql-0.26.7</tag>
25
</scm>
26
27
<developers>
0 commit comments