Skip to content

Commit 9cb5674

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 82ffda5 commit 9cb5674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.csanchez.jenkins.plugins</groupId>
1111
<artifactId>kubernetes</artifactId>
12-
<version>1.29.4</version>
12+
<version>${revision}${changelist}</version>
1313
<name>Kubernetes plugin</name>
1414
<description>Jenkins plugin to run dynamic agents in a Kubernetes cluster</description>
1515
<packaging>hpi</packaging>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</connection>
2020
<developerConnection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</developerConnection>
2121
<url>https://github.com/jenkinsci/kubernetes-plugin</url>
22-
<tag>kubernetes-1.29.4</tag>
22+
<tag>${scmTag}</tag>
2323
</scm>
2424

2525
<licenses>
@@ -39,7 +39,7 @@
3939
</developers>
4040

4141
<properties>
42-
<revision>1.29.4</revision>
42+
<revision>1.29.5</revision>
4343
<changelist>-SNAPSHOT</changelist>
4444
<!-- in minikube
4545
minikube ip | sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1.1/' -->

0 commit comments

Comments
 (0)