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 Nov 30, 2023
1 parent 6ccf9f3 commit 734d4e7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0-SNAPSHOT
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.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -41,7 +41,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>2023-11-30T13:47:03Z</project.build.outputTimestamp>
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
<slf4j.version>2.0.9</slf4j.version>
<picocli.version>4.7.5</picocli.version>
<sisu.version>0.9.0.M1</sisu.version>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-cli</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-core</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>pomchecker-core</name>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-enforcer-rules</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>pomchecker-enforcer-rules</name>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-gradle-plugin</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-maven-plugin</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pomchecker-toolprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-toolprovider</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 734d4e7

Please sign in to comment.