We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1037a52 commit 5ceb9e4Copy full SHA for 5ceb9e4
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.github.susom</groupId>
6
<artifactId>database-goodies</artifactId>
7
<packaging>jar</packaging>
8
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
9
10
<name>${project.groupId}:${project.artifactId}</name>
11
<description>Useful things built on top of the database library.</description>
@@ -37,7 +37,7 @@
37
<connection>scm:git:https://github.com/susom/database-goodies.git</connection>
38
<developerConnection>scm:git:https://github.com/susom/database-goodies.git</developerConnection>
39
<url>https://github.com/susom/database-goodies</url>
40
- <tag>HEAD</tag>
+ <tag>database-goodies-1.1</tag>
41
</scm>
42
43
<properties>
0 commit comments