8000 [maven-release-plugin] prepare for next development iteration · jetersen/github-api-plugin@2ad6e13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ad6e13

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7bb66f1 commit 2ad6e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
</licenses>
1717

1818
<artifactId>github-api</artifactId>
19-
<version>1.114.0</version>
19+
<version>${revision}${changelist}</version>
2020
<packaging>hpi</packaging>
2121
<name>GitHub API Plugin</name>
2222
<url>https://github.com/jenkinsci/github-api-plugin</url>
2323

2424
<properties>
25-
<revision>1.114.0</revision>
25+
<revision>1.114.1</revision>
2626
<github-api.version>1.114</github-api.version>
2727
<changelist>-SNAPSHOT</changelist>
2828
<jenkins.version>2.164.3</jenkins.version>
@@ -98,6 +98,6 @@
9898
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
9999
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
100100
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
101-
<tag>github-api-1.114.0</tag>
101+
<tag>${scmTag}</tag>
102102
</scm>
103103
</project>

0 commit comments

Comments
 (0)
0