Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha committed Jan 4, 2023
1 parent d12e66a commit c635202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.coravy.hudson.plugins.github</groupId>
<artifactId>github</artifactId>
<version>${revision}${changelist}</version>
<version>1.36.1</version>
<packaging>hpi</packaging>

<name>GitHub plugin</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>v1.36.0</tag>
<tag>v1.36.1</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down

2 comments on commit c635202

@mwebber
Copy link

@mwebber mwebber commented on c635202 Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KostyaSha I noticed that on https://plugins.jenkins.io/github/#releases 1.36.1 is offered as the latest release (but with no change details)
However, at https://github.com/jenkinsci/github-plugin/releases 1.36.0 is the latest release.
Was it intended to release 1.36.1? If so, then there's something wrong with the release.

@KostyaSha
Copy link
Member Author

@KostyaSha KostyaSha commented on c635202 Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published github release. The real jenkins releases it's git tags. In github git tag could be promoted to "github release" (just a some info for changelog and ui badge).

Please sign in to comment.