Skip to content

Commit

Permalink
build: bump version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Jul 14, 2022
1 parent 852e100 commit 6a3b7e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions owlplug-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.20.1</version>
<version>1.21.0</version>
</parent>

<artifactId>owlplug-client</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-host</artifactId>
<version>1.20.1</version>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion owlplug-host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.20.1</version>
<version>1.21.0</version>
</parent>
<artifactId>owlplug-host</artifactId>
<name>owlplug-host</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.20.1</version>
<version>1.21.0</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 6a3b7e1

Please sign in to comment.