We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7064219 commit 23a91a2Copy full SHA for 23a91a2
pom.xml
@@ -16,7 +16,7 @@
16
</properties>
17
18
<artifactId>NegotiateSSO</artifactId>
19
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
20
<name>Windows Negotiate SSO plugin</name>
21
<packaging>hpi</packaging>
22
@@ -97,6 +97,6 @@
97
<connection>scm:git:ssh://github.com/jenkinsci/negotiatesso-plugin.git</connection>
98
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/negotiatesso-plugin.git</developerConnection>
99
<url>https://github.com/jenkinsci/negotiatesso-plugin</url>
100
- <tag>HEAD</tag>
+ <tag>NegotiateSSO-1.4</tag>
101
</scm>
102
</project>
0 commit comments