Skip to content

Commit

Permalink
Releasing version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2023
1 parent 7b5676f commit be193d8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-SNAPSHOT
1.7.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.6.0-SNAPSHOT</version>
<version>1.7.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.6.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>pomchecker-cli</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.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 @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>pomchecker-core</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.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 @@ -24,11 +24,11 @@
<parent>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>pomchecker-enforcer-rules</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.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.6.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>pomchecker-gradle-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.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.6.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>pomchecker-maven-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.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.6.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>pomchecker-toolprovider</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit be193d8

Please sign in to comment.