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 fb56bb6 commit 74a9ba2Copy full SHA for 74a9ba2
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>validating-email-parameter</artifactId>
12
- <version>1.9</version>
+ <version>1.10-SNAPSHOT</version>
13
<packaging>hpi</packaging>
14
15
<properties>
@@ -34,7 +34,7 @@
34
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
35
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
36
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
37
- <tag>validating-email-parameter-1.9</tag>
+ <tag>${scmTag}</tag>
38
</scm>
39
40
<developers>
0 commit comments