We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dc229 commit e4bb4f0Copy full SHA for e4bb4f0
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.qwazr</groupId>
6
<name>JDBC Cache Driver</name>
7
<artifactId>jdbc-cache-driver</artifactId>
8
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
9
<packaging>jar</packaging>
10
11
<url>https://github.com/qwazr/jdbc-cache-driver</url>
@@ -38,7 +38,7 @@
38
<connection>scm:git:git@github.com:qwazr/jdbc-cache-driver.git</connection>
39
<developerConnection>scm:git:git@github.com:qwazr/jdbc-cache-driver.git</developerConnection>
40
<url>git@github.com:qwazr/jdbc-cache-driver.git</url>
41
- <tag>HEAD</tag>
+ <tag>v1.1</tag>
42
</scm>
43
<issueManagement>
44
<url>https://github.com/qwazr/jdbc-cache-driver/lissues</url>
0 commit comments