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

Skip to content

Commit 7886164

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 549a56b commit 7886164

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.222</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.222</revision>
25+
<revision>1.223</revision>
2626
<github-api.version>1.122</github-api.version>
2727
<changelist>-SNAPSHOT</changelist>
2828
<jenkins.version>2.222.4</jenkins.version>
@@ -129,6 +129,6 @@
129129
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
130130
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
131131
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
132-
<tag>github-api-1.222</tag>
132+
<tag>${scmTag}</tag>
133133
</scm>
134134
</project>

0 commit comments

Comments
 (0)
0