We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f481db2 commit e88677dCopy full SHA for e88677d
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.10</version>
+ <version>0.26.11-SNAPSHOT</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>uroborosql-0.26.10</tag>
+ <tag>HEAD</tag>
25
</scm>
26
27
<developers>
0 commit comments