We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7bec8 commit c2c76bcCopy full SHA for c2c76bc
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>validating-email-parameter</artifactId>
12
- <version>1.10</version>
+ <version>1.11-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.10</tag>
+ <tag>${scmTag}</tag>
38
</scm>
39
40
<developers>
0 commit comments