We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f21df commit ae997beCopy full SHA for ae997be
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>au.gov.nla</groupId>
6
<artifactId>outbackcdx</artifactId>
7
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
8
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -175,5 +175,6 @@
175
<url>https://github.com/nla/outbackcdx</url>
176
<connection>scm:git:git@github.com:nla/outbackcdx</connection>
177
<developerConnection>scm:git:git@github.com:nla/outbackcdx</developerConnection>
178
- </scm>
+ <tag>1.1.1</tag>
179
+ </scm>
180
</project>
0 commit comments