Skip to content

Commit dbf6d65

Browse files
[maven-release-plugin] prepare release 2.16.0
1 parent 1281e9a commit dbf6d65

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.15.1-SNAPSHOT</version>
13+
<version>2.16.0</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.0</tag>
111111
<url>https://github.com/mojohaus/versions/tree/master</url>
112112
</scm>
113113

@@ -139,7 +139,7 @@
139139
<modelloNamespaceReportVersion>2.0.0</modelloNamespaceReportVersion>
140140
<scmpublish.content>${project.build.directory}/staging/versions</scmpublish.content>
141141
<!-- mono-module doesn't require site:stage for scm-publish -->
142-
<project.build.outputTimestamp>2023-02-21T23:02:23Z</project.build.outputTimestamp>
142+
<project.build.outputTimestamp>2023-06-06T14:56:53Z</project.build.outputTimestamp>
143143
</properties>
144144

145145
<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.15.1-SNAPSHOT</version>
8+
<version>2.16.0</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.15.1-SNAPSHOT</version>
7+
<version>2.16.0</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.15.1-SNAPSHOT</version>
19+
<version>2.16.0</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.15.1-SNAPSHOT</version>
7+
<version>2.16.0</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.15.1-SNAPSHOT</version>
8+
<version>2.16.0</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.15.1-SNAPSHOT</version>
7+
<version>2.16.0</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.15.1-SNAPSHOT</version>
7+
<version>2.16.0</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.15.1-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
</parent>
2727

2828
<artifactId>versions-test</artifactId>

0 commit comments

Comments
 (0)