Skip to content

Commit 4c3b558

Browse files
committed
[maven-release-plugin] prepare release multiselect-parameter-1.5
1 parent edf3713 commit 4c3b558

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jenkins-ci.plugins</groupId>
76
<artifactId>plugin</artifactId>
87
<version>4.60</version>
9-
<relativePath/>
8+
<relativePath />
109
</parent>
1110
<groupId>io.jenkins.plugins</groupId>
1211
<artifactId>multiselect-parameter</artifactId>
13-
<version>1.5-SNAPSHOT</version>
12+
<version>1.5</version>
1413
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/main/README.md</url>
1514
<packaging>hpi</packaging>
1615
<properties>
@@ -187,7 +186,7 @@
187186
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
188187
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
189188
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
190-
<tag>HEAD</tag>
189+
<tag>multiselect-parameter-1.5</tag>
191190
</scm>
192191
<repositories>
193192
<repository>

0 commit comments

Comments
 (0)