Skip to content

Commit

Permalink
Releasing version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 0294629 commit 5baddbd
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:project-name: pomchecker
:project-groupId: org.kordamp.maven
:project-artifactId: pomchecker-maven-plugin
:project-version: 1.13.0
:project-version: 1.14.0

image:http://img.shields.io/github/actions/workflow/status/{project-owner}/{project-name}/early-access.yml?branch=master&logo=github&label=Build["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/maven-central/v/{project-groupId}/{project-artifactId}.svg[Download, link="https://search.maven.org/#search|ga|1|g:{project-groupId} AND a:{project-artifactId}"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.0
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.14.0-SNAPSHOT</version>
<version>1.14.0</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>${git.commit.author.time}</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-22T17:20:25Z</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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</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.14.0-SNAPSHOT</version>
<version>1.14.0</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.14.0-SNAPSHOT</version>
<version>1.14.0</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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</version>
</parent>

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

0 comments on commit 5baddbd

Please sign in to comment.