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
Denis1990 committed Sep 18, 2023
1 parent 41f6a74 commit 8a8c418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<artifactId>build-blocker-plugin</artifactId>
<name>Build Blocker Plugin</name>
<version>1.7.9</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<url>https://github.com/jenkinsci/build-blocker-plugin</url>

Expand Down Expand Up @@ -64,7 +64,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}.git</url>
<tag>build-blocker-plugin-1.7.9</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -94,7 +94,7 @@
</dependencyManagement>

<properties>
<revision>1.7.9</revision>
<revision>1.7.10</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/build-blocker-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8a8c418

Please sign in to comment.