Skip to content

Commit 48792c1

Browse files
[maven-release-plugin] prepare release apache-httpcomponents-client-5-api-5.2.1-1.0
1 parent 11533a9 commit 48792c1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -12,7 +11,7 @@
1211

1312
<groupId>io.jenkins.plugins</groupId>
1413
<artifactId>apache-httpcomponents-client-5-api</artifactId>
15-
<version>${revision}-${changelist}</version>
14+
<version>5.2.1-1.0</version>
1615
<packaging>hpi</packaging>
1716

1817
<properties>
@@ -49,7 +48,7 @@
4948
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5049
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
5150
<url>https://github.com/${gitHubRepo}</url>
52-
<tag>${scmTag}</tag>
51+
<tag>apache-httpcomponents-client-5-api-5.2.1-1.0</tag>
5352
</scm>
5453

5554
<dependencies>

0 commit comments

Comments
 (0)