Skip to content

Commit ce95f35

Browse files
committed
[maven-release-plugin] prepare release v6.1.0
1 parent f6bde73 commit ce95f35

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.jenkins.plugins</groupId>
1212
<artifactId>plugin-util-api</artifactId>
13-
<version>${revision}${changelist}</version>
13+
<version>6.1.0</version>
1414
<packaging>hpi</packaging>
1515
<name>Plugin Utilities API Plugin</name>
1616

@@ -36,7 +36,7 @@
3636
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3737
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3838
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39-
<tag>${scmTag}</tag>
39+
<tag>v6.1.0</tag>
4040
</scm>
4141

4242
<properties>
@@ -304,7 +304,7 @@
304304
</differences>
305305
</revapi.differences>
306306
<revapi.filter>
307-
<elements >
307+
<elements>
308308
<exclude combine.children="append">
309309
<item>
310310
<matcher>java</matcher>

0 commit comments

Comments
 (0)