Skip to content

Commit 6b33fbc

Browse files
committed
[maven-release-plugin] prepare release 2.16.2
1 parent e56c8c4 commit 6b33fbc

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

pom.xml

+3-3
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.16.2-SNAPSHOT</version>
13+
<version>2.16.2</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Versions</name>
@@ -107,7 +107,7 @@
107107
<scm>
108108
<connection>scm:git:https://github.com/mojohaus/versions.git</connection>
109109
<developerConnection>scm:git:ssh://[email protected]/mojohaus/versions.git</developerConnection>
110-
<tag>2.15.0</tag>
110+
<tag>2.16.2</tag>
111111
<url>https://github.com/mojohaus/versions/tree/master</url>
112112
</scm>
113113

@@ -135,7 +135,7 @@
135135
<modelloNamespaceReportVersion>2.0.0</modelloNamespaceReportVersion>
136136
<scmpublish.content>${project.build.directory}/staging/versions</scmpublish.content>
137137
<!-- mono-module doesn't require site:stage for scm-publish -->
138-
<project.build.outputTimestamp>2023-09-19T20:45:26Z</project.build.outputTimestamp>
138+
<project.build.outputTimestamp>2023-11-16T23:59:58Z</project.build.outputTimestamp>
139139
</properties>
140140

141141
<dependencyManagement>

versions-api/pom.xml

+1-1
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.16.2-SNAPSHOT</version>
8+
<version>2.16.2</version>
99
</parent>
1010

1111
<artifactId>versions-api</artifactId>

versions-common/pom.xml

+2-2
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.16.2-SNAPSHOT</version>
7+
<version>2.16.2</version>
88
</parent>
99

1010
<artifactId>versions-common</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.codehaus.mojo.versions</groupId>
1818
<artifactId>versions-api</artifactId>
19-
<version>2.16.2-SNAPSHOT</version>
19+
<version>2.16.2</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.codehaus.mojo.versions</groupId>

versions-enforcer/pom.xml

+1-1
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.16.2-SNAPSHOT</version>
7+
<version>2.16.2</version>
88
</parent>
99

1010
<artifactId>versions-enforcer</artifactId>

versions-maven-plugin/pom.xml

+1-1
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.16.2-SNAPSHOT</version>
8+
<version>2.16.2</version>
99
</parent>
1010

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

versions-model-report/pom.xml

+1-1
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.16.2-SNAPSHOT</version>
7+
<version>2.16.2</version>
88
</parent>
99

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

versions-model/pom.xml

+1-1
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.16.2-SNAPSHOT</version>
7+
<version>2.16.2</version>
88
</parent>
99

1010
<artifactId>versions-model</artifactId>

versions-test/pom.xml

+1-1
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.16.2-SNAPSHOT</version>
25+
<version>2.16.2</version>
2626
</parent>
2727

2828
<artifactId>versions-test</artifactId>

0 commit comments

Comments
 (0)