We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7b938 commit 6ed6279Copy full SHA for 6ed6279
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.github.borsch</groupId>
5
<artifactId>mongomery</artifactId>
6
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.3.2</version>
7
<packaging>jar</packaging>
8
9
<name>${project.groupId}:${project.artifactId}</name>
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/borsch/mongomery.git</connection>
32
<developerConnection>scm:git:https://github.com/borsch/mongomery.git</developerConnection>
33
<url>https://github.com/borsch/mongomery.git</url>
34
- <tag>HEAD</tag>
+ <tag>mongomery-0.3.2</tag>
35
</scm>
36
37
<profiles>
0 commit comments