Skip to content

Commit

Permalink
Releasing version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2023
1 parent 0a46cdd commit 08d6555
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.8.0
:project-version: 1.9.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.9.0-SNAPSHOT
1.9.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</parent>

<artifactId>pomchecker</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>pom</packaging>

<properties>
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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>pomchecker-cli</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>pomchecker-core</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>pomchecker-enforcer-rules</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>pomchecker-gradle-plugin</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>pomchecker-maven-plugin</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>pomchecker-toolprovider</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 08d6555

Please sign in to comment.