We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bac8f commit a16c6ccCopy full SHA for a16c6cc
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>dev.coldhands</groupId>
6
<artifactId>pair-stairs</artifactId>
7
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.2.0</version>
8
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -228,6 +228,6 @@
228
<url>https://github.com/jamieredding/pair-stairs</url>
229
<connection>scm:git:git://github.com/jamieredding/pair-stairs.git</connection>
230
<developerConnection>scm:git:[email protected]:jamieredding/pair-stairs.git</developerConnection>
231
- <tag>HEAD</tag>
+ <tag>1.2.0</tag>
232
</scm>
233
</project>
0 commit comments