Skip to content

Commit

Permalink
Bump project version to 2.18.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 9, 2024
1 parent 3841bb6 commit bf359af
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Versions</name>
Expand Down Expand Up @@ -141,7 +141,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-07-15T06:24:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-09T07:51:30Z</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</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.2-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
</parent>

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

0 comments on commit bf359af

Please sign in to comment.