Skip to content

Commit 62d37af

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9b2c179 commit 62d37af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.coravy.hudson.plugins.github</groupId>
1313
<artifactId>github</artifactId>
14-
<version>1.46.0</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<name>GitHub plugin</name>
@@ -39,15 +39,15 @@
3939
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4040
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4141
<url>https://github.com/${gitHubRepo}</url>
42-
<tag>v1.46.0</tag>
42+
<tag>${scmTag}</tag>
4343
</scm>
4444
<issueManagement>
4545
<system>JIRA</system>
4646
<url>https://issues.jenkins-ci.org/browse/JENKINS/component/15896</url>
4747
</issueManagement>
4848

4949
<properties>
50-
<revision>1.45.1</revision>
50+
<revision>1.46.1</revision>
5151
<changelist>-SNAPSHOT</changelist>
5252
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5353
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->

0 commit comments

Comments
 (0)