Skip to content

Commit 814c9b1

Browse files
[maven-release-plugin] prepare release 2.18.0
1 parent 64a3814 commit 814c9b1

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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>org.codehaus.mojo.versions</groupId>
1212
<artifactId>versions</artifactId>
13-
<version>2.18.0-SNAPSHOT</version>
13+
<version>2.18.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Versions</name>
@@ -104,7 +104,7 @@
104104
<scm>
105105
<connection>scm:git:https://github.com/mojohaus/versions.git</connection>
106106
<developerConnection>scm:git:ssh://[email protected]/mojohaus/versions.git</developerConnection>
107-
<tag>HEAD</tag>
107+
<tag>2.18.0</tag>
108108
<url>https://github.com/mojohaus/versions/tree/master</url>
109109
</scm>
110110

@@ -147,7 +147,7 @@
147147
<!-- execute ITS in parallel by default -->
148148
<invoker.parallelThreads>0.75C</invoker.parallelThreads>
149149
<!-- mono-module doesn't require site:stage for scm-publish -->
150-
<project.build.outputTimestamp>2024-11-09T07:51:30Z</project.build.outputTimestamp>
150+
<project.build.outputTimestamp>2024-11-13T20:43:32Z</project.build.outputTimestamp>
151151
</properties>
152152

153153
<dependencyManagement>

versions-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.mojo.versions</groupId>
77
<artifactId>versions</artifactId>
8-
<version>2.18.0-SNAPSHOT</version>
8+
<version>2.18.0</version>
99
</parent>
1010

1111
<artifactId>versions-api</artifactId>

versions-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.mojo.versions</groupId>
66
<artifactId>versions</artifactId>
7-
<version>2.18.0-SNAPSHOT</version>
7+
<version>2.18.0</version>
88
</parent>
99

1010
<artifactId>versions-common</artifactId>

versions-enforcer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.mojo.versions</groupId>
66
<artifactId>versions</artifactId>
7-
<version>2.18.0-SNAPSHOT</version>
7+
<version>2.18.0</version>
88
</parent>
99

1010
<artifactId>versions-enforcer</artifactId>

versions-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.mojo.versions</groupId>
77
<artifactId>versions</artifactId>
8-
<version>2.18.0-SNAPSHOT</version>
8+
<version>2.18.0</version>
99
</parent>
1010

1111
<groupId>org.codehaus.mojo</groupId>

versions-model-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.mojo.versions</groupId>
66
<artifactId>versions</artifactId>
7-
<version>2.18.0-SNAPSHOT</version>
7+
<version>2.18.0</version>
88
</parent>
99

1010
<artifactId>versions-model-report</artifactId>

versions-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.mojo.versions</groupId>
66
<artifactId>versions</artifactId>
7-
<version>2.18.0-SNAPSHOT</version>
7+
<version>2.18.0</version>
88
</parent>
99

1010
<artifactId>versions-model</artifactId>

versions-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.codehaus.mojo.versions</groupId>
2424
<artifactId>versions</artifactId>
25-
<version>2.18.0-SNAPSHOT</version>
25+
<version>2.18.0</version>
2626
</parent>
2727

2828
<artifactId>versions-test</artifactId>

0 commit comments

Comments
 (0)