Skip to content

Commit

Permalink
Bump for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 4, 2024
1 parent 7cf363d commit cd788d5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</parent>

<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -42,7 +42,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>2024-08-30T09:55:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
<slf4j.version>2.0.13</slf4j.version>
<picocli.version>4.7.5</picocli.version>
<sisu.version>0.9.0.M2</sisu.version>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-enforcer-rules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-toolprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-toolprovider</artifactId>
Expand Down

0 comments on commit cd788d5

Please sign in to comment.