Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha committed Feb 7, 2023
1 parent a5accbf commit cddc967
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions github-pullrequest-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-integration-parent</artifactId>
<version>${revision}${changelist}</version>
<version>0.5.0</version>
</parent>

<!-- historical name -->
<artifactId>github-pullrequest</artifactId>
<version>${revision}${changelist}</version>
<version>0.5.0</version>
<packaging>hpi</packaging>

<name>GitHub Integration Plugin</name>
Expand All @@ -36,7 +36,7 @@
<connection>scm:git:https://github.com/KostyaSha/github-integration-plugin.git</connection>
<developerConnection>scm:git:[email protected]:KostyaSha/github-integration-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/github-integration-plugin</url>
<tag>${scmTag}</tag>
<tag>0.5.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>github-integration-parent</artifactId>
<version>${revision}${changelist}</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>GitHub Integration Parent</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/KostyaSha/github-integration-plugin.git</connection>
<developerConnection>scm:git:[email protected]:KostyaSha/github-integration-plugin.git</developerConnection>
<url>https://github.com/KostyaSha/github-integration-plugin.git</url>
<tag>${scmTag}</tag>
<tag>0.5.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit cddc967

Please sign in to comment.