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 bb69a04 commit e09be25Copy full SHA for e09be25
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>script-security</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.77</version>
13
<packaging>hpi</packaging>
14
<name>Script Security Plugin</name>
15
<description>Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.</description>
@@ -31,7 +31,7 @@
31
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
32
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
33
<url>https://github.com/${gitHubRepo}</url>
34
- <tag>${scmTag}</tag>
+ <tag>script-security-1.77</tag>
35
</scm>
36
37
<repositories>
0 commit comments