Skip to content

Commit f9c2f92

Browse files
[maven-release-plugin] prepare release 2.17.0
1 parent a34ec43 commit f9c2f92

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Diff for: 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.17.0-SNAPSHOT</version>
13+
<version>2.17.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>2.15.0</tag>
107+
<tag>2.17.0</tag>
108108
<url>https://github.com/mojohaus/versions/tree/master</url>
109109
</scm>
110110

@@ -137,7 +137,7 @@
137137
<!-- execute ITS in parallel by default -->
138138
<invoker.parallelThreads>0.75C</invoker.parallelThreads>
139139
<!-- mono-module doesn't require site:stage for scm-publish -->
140-
<project.build.outputTimestamp>2024-06-15T19:28:12Z</project.build.outputTimestamp>
140+
<project.build.outputTimestamp>2024-06-29T16:32:00Z</project.build.outputTimestamp>
141141
</properties>
142142

143143
<dependencyManagement>

Diff for: 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.17.0-SNAPSHOT</version>
8+
<version>2.17.0</version>
99
</parent>
1010

1111
<artifactId>versions-api</artifactId>

Diff for: versions-common/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.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

1010
<artifactId>versions-common</artifactId>

Diff for: 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.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

1010
<artifactId>versions-enforcer</artifactId>

Diff for: 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.17.0-SNAPSHOT</version>
8+
<version>2.17.0</version>
99
</parent>
1010

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

Diff for: 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.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

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

Diff for: 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.17.0-SNAPSHOT</version>
7+
<version>2.17.0</version>
88
</parent>
99

1010
<artifactId>versions-model</artifactId>

Diff for: 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.17.0-SNAPSHOT</version>
25+
<version>2.17.0</version>
2626
</parent>
2727

2828
<artifactId>versions-test</artifactId>

0 commit comments

Comments
 (0)