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
maxlaverse committed Jan 9, 2023
1 parent 109499e commit 09199e0
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,11 +11,11 @@
<url>https://github.com/jenkinsci/kubernetes-cli-plugin</url>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>kubernetes-cli</artifactId>
<version>1.11.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<properties>
<revision>1.10.4</revision>
<revision>1.11.1</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<hpi.compatibleSinceVersion>1.0.0</hpi.compatibleSinceVersion>
Expand Down Expand Up @@ -48,7 +48,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>kubernetes-cli-1.11.0</tag>
<tag>${scmTag}</tag>
</scm>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
Expand Down

0 comments on commit 09199e0

Please sign in to comment.