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 0090523 commit 8110301Copy full SHA for 8110301
pom.xml
@@ -12,7 +12,7 @@
12
<artifactId>analysis-pom</artifactId>
13
<packaging>pom</packaging>
14
<name>Analysis Plug-ins Parent POM</name>
15
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
16
<url>https://github.com/jenkinsci/analysis-pom-plugin</url>
17
18
<properties>
@@ -578,7 +578,7 @@
578
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
579
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
580
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
581
- <tag>analysis-pom-2.1.0</tag>
+ <tag>${scmTag}</tag>
582
</scm>
583
584
<repositories>
0 commit comments