Skip to content

Commit 9f767de

Browse files
committed
[maven-release-plugin] Prepare release [skip ci]
1 parent a6ea9f5 commit 9f767de

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>edu.hm.hafner</groupId>
98
<artifactId>codingstyle-pom</artifactId>
109
<version>6.8.0</version>
11-
<relativePath/>
10+
<relativePath />
1211
</parent>
1312

1413
<artifactId>analysis-model</artifactId>
@@ -27,7 +26,7 @@
2726
<connection>scm:git:https://github.com/jenkinsci/analysis-model.git</connection>
2827
<developerConnection>scm:git:git@github.com:jenkinsci/analysis-model.git</developerConnection>
2928
<url>https://github.com/jenkinsci/analysis-model</url>
30-
<tag>${scmTag}</tag>
29+
<tag>v14.0.0</tag>
3130
</scm>
3231

3332
<licenses>
@@ -55,8 +54,8 @@
5554
<properties>
5655
<scmTag>HEAD</scmTag>
5756
<revision>14.0.0</revision>
58-
<changelist>-SNAPSHOT</changelist>
59-
<previousVersion>13.21.0</previousVersion>
57+
<changelist></changelist>
58+
<previousVersion>14.0.0</previousVersion>
6059

6160
<module.name>edu.hm.hafner.analysis.model</module.name>
6261

0 commit comments

Comments
 (0)