Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha committed Jan 15, 2025
1 parent ccbb593 commit 50adabf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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>0.7.2</version>
<version>${revision}${changelist}</version>
</parent>

<!-- historical name -->
<artifactId>github-pullrequest</artifactId>
<version>0.7.2</version>
<version>${revision}${changelist}</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>github-integration-parent-0.7.2</tag>
<tag>github-integration-parent-0.6.1</tag>
</scm>

<properties>
Expand Down
6 changes: 3 additions & 3 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>0.7.2</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>

<name>GitHub Integration Parent</name>
Expand All @@ -32,7 +32,7 @@
</modules>

<properties>
<revision>0.7.2</revision>
<revision>0.7.3</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.414.3</jenkins.version>
</properties>
Expand All @@ -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>github-integration-parent-0.7.2</tag>
<tag>github-integration-parent-0.6.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 50adabf

Please sign in to comment.