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 2788bad commit cdeb22bCopy full SHA for cdeb22b
1 file changed
pom.xml
@@ -48,8 +48,8 @@ THE SOFTWARE.
48
</licenses>
49
50
<properties>
51
- <revision>1.25</revision>
52
- <changelist></changelist>
+ <revision>1.26</revision>
+ <changelist>-SNAPSHOT</changelist>
53
<gitHubRepo>jenkinsci/http-request-plugin</gitHubRepo>
54
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
55
<jenkins.baseline>2.479</jenkins.baseline>
@@ -138,7 +138,7 @@ THE SOFTWARE.
138
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
139
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
140
<url>https://github.com/${gitHubRepo}</url>
141
- <tag>http_request-1.25</tag>
+ <tag>${scmTag}</tag>
142
</scm>
143
<developers>
144
<developer>
0 commit comments