We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d06e0 commit d1e7900Copy full SHA for d1e7900
pom.xml
@@ -29,7 +29,7 @@ under the License.
29
</parent>
30
31
<artifactId>saml</artifactId>
32
- <version>${revision}${changelist}</version>
+ <version>1.1.8</version>
33
<packaging>hpi</packaging>
34
<name>SAML Plugin</name>
35
<url>https://github.com/jenkinsci/saml-plugin</url>
@@ -38,7 +38,7 @@ under the License.
38
<connection>scm:git:git://github.com/jenkinsci/saml-plugin.git</connection>
39
<developerConnection>scm:git:git@github.com:jenkinsci/saml-plugin.git</developerConnection>
40
41
- <tag>${scmTag}</tag>
+ <tag>saml-1.1.8</tag>
42
</scm>
43
44
<properties>
0 commit comments