Skip to content

Commit

Permalink
build: bump version to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Sep 2, 2024
1 parent 24092e6 commit 9d59f85
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions owlplug-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</parent>

<artifactId>owlplug-client</artifactId>
Expand Down Expand Up @@ -48,17 +48,17 @@
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-host</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-controls</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-parsers</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion owlplug-controls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>owlplug</artifactId>
<groupId>com.owlplug</groupId>
<version>1.26.0</version>
<version>1.27.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.26.0</version>
<version>1.27.0</version>
</parent>
<artifactId>owlplug-host</artifactId>
<name>owlplug-host</name>
Expand Down
2 changes: 1 addition & 1 deletion owlplug-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>owlplug</artifactId>
<groupId>com.owlplug</groupId>
<version>1.26.0</version>
<version>1.27.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.26.0</version>
<version>1.27.0</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 9d59f85

Please sign in to comment.