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 Feb 11, 2023
1 parent be193d8 commit 93d18cd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
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.7.0</version>
<version>1.8.0-SNAPSHOT</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.7.0</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

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

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

<artifactId>pomchecker-enforcer-rules</artifactId>
<version>1.7.0</version>
<version>1.8.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.7.0</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-gradle-plugin</artifactId>
<version>1.7.0</version>
<version>1.8.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.7.0</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>pomchecker-maven-plugin</artifactId>
<version>1.7.0</version>
<version>1.8.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.7.0</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

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

<properties>
Expand Down

0 comments on commit 93d18cd

Please sign in to comment.