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 9c0508c commit 99a72fcCopy full SHA for 99a72fc
pom.xml
@@ -12,7 +12,7 @@
12
<name>Mask Passwords Plugin</name>
13
<description>Masks passwords that may appear in the console. Provides non-stored password parameter.</description>
14
<url>https://github.com/jenkinsci/mask-passwords-plugin</url>
15
- <version>3.0</version>
+ <version>3.1-SNAPSHOT</version>
16
17
<properties>
18
<jenkins.version>2.272</jenkins.version>
@@ -25,7 +25,7 @@
25
<connection>scm:git:git://github.com/jenkinsci/mask-passwords-plugin.git</connection>
26
<developerConnection>scm:git:git@github.com:jenkinsci/mask-passwords-plugin.git</developerConnection>
27
<url>http://github.com/jenkinsci/mask-passwords-plugin</url>
28
- <tag>mask-passwords-3.0</tag>
+ <tag>HEAD</tag>
29
</scm>
30
31
<licenses>
0 commit comments