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
strangelookingnerd committed Nov 23, 2023
1 parent ee349b7 commit 5d05c72
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 @@ -11,14 +11,14 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>apache-httpcomponents-client-5-api</artifactId>
<version>5.2.2-1.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<properties>
<httpclient.version>5.2.2</httpclient.version>
<httpcore.version>5.2.3</httpcore.version>

<revision>${httpclient.version}</revision>
<revision>5.2.2-999999</revision>
<changelist>-999999-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>

Expand Down Expand Up @@ -49,7 +49,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>apache-httpcomponents-client-5-api-5.2.2-1.0</tag>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 5d05c72

Please sign in to comment.