Skip to content

Commit

Permalink
build: Releasing version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2023
1 parent 78dbe48 commit 934e443
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jagodevreede</groupId>
<artifactId>semver-check</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>
<name>SemVer check root</name>
<url>https://github.com/jagodevreede/semver-check</url>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>semver-check</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>semver-check-sample</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sample/sample-addition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>semver-check-sample</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion sample/sample-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>semver-check-sample</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion sample/sample-dependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>semver-check-sample</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sample/sample-empty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>semver-check-sample</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sample/sample-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>semver-check-sample</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion semver-check-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>semver-check</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions semver-check-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<artifactId>semver-check</artifactId>
<groupId>io.github.jagodevreede</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>maven-plugin</packaging>
<description>This maven plugin allows you to check (or determine) the next version of your module, based on the rules of Semantic Versioning.</description>
<url>https://github.com/jagodevreede/semver-check</url>
Expand Down

0 comments on commit 934e443

Please sign in to comment.