Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 29, 2024
1 parent a34ec43 commit f9c2f92
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<packaging>pom</packaging>

<name>Versions</name>
Expand Down Expand Up @@ -104,7 +104,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/versions.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/versions.git</developerConnection>
<tag>2.15.0</tag>
<tag>2.17.0</tag>
<url>https://github.com/mojohaus/versions/tree/master</url>
</scm>

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

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion versions-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>versions-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>versions-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-enforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>versions-enforcer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<groupId>org.codehaus.mojo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions-model-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>versions-model-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>versions-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.codehaus.mojo.versions</groupId>
<artifactId>versions</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>

<artifactId>versions-test</artifactId>
Expand Down

0 comments on commit f9c2f92

Please sign in to comment.