We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53152ce commit f0d9905Copy full SHA for f0d9905
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>org.tango-controls</groupId>
22
<artifactId>rest-server</artifactId>
23
- <version>1.22-SNAPSHOT</version>
+ <version>1.22</version>
24
<packaging>war</packaging>
25
26
<developers>
@@ -57,7 +57,7 @@
57
<connection>scm:git:[email protected]:tango-controls/rest-server</connection>
58
<developerConnection>scm:git:[email protected]:tango-controls/rest-server</developerConnection>
59
<url>https://github.com/tango-controls/rest-server</url>
60
- <tag>HEAD</tag>
+ <tag>rest-server-1.22</tag>
61
</scm>
62
63
<dependencyManagement>
0 commit comments