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 861335c commit c0efc12Copy full SHA for c0efc12
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.icatproject</groupId>
5
<artifactId>ids.server</artifactId>
6
<packaging>war</packaging>
7
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
8
<name>IDS Server</name>
9
10
<properties>
@@ -33,7 +33,7 @@
33
<connection>scm:git:https://github.com/icatproject/ids.server.git</connection>
34
<developerConnection>scm:git:git@github.com:icatproject/ids.server.git</developerConnection>
35
<url>https://github.com/icatproject/ids.server</url>
36
- <tag>HEAD</tag>
+ <tag>v2.1.1</tag>
37
</scm>
38
39
<issueManagement>
0 commit comments