Skip to content

Commit d3afe00

Browse files
[maven-release-plugin] prepare release build-history-manager-1.8.0
1 parent f94e074 commit d3afe00

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,17 +1,16 @@
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.75</version>
9-
<relativePath/>
8+
<relativePath />
109
</parent>
1110

1211
<groupId>pl.damianszczepanik</groupId>
1312
<artifactId>build-history-manager</artifactId>
14-
<version>${revision}${changelist}</version>
13+
<version>1.8.0</version>
1514
<packaging>hpi</packaging>
1615

1716
<dependencyManagement>
@@ -60,7 +59,7 @@
6059
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
6160
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
6261
<url>https://github.com/${gitHubRepo}</url>
63-
<tag>${scmTag}</tag>
62+
<tag>build-history-manager-1.8.0</tag>
6463
</scm>
6564

6665
<ciManagement>

0 commit comments

Comments
 (0)