Skip to content

Commit

Permalink
build(preview): bump version to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Jan 17, 2024
1 parent f13aeb6 commit 28f6dbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.25.0</version>
<version>1.26.0</version>
</parent>

<artifactId>owlplug-client</artifactId>
Expand Down Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-host</artifactId>
<version>1.25.0</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-controls</artifactId>
<version>1.25.0</version>
<version>1.26.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.25.0</version>
<version>1.26.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.25.0</version>
<version>1.26.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.25.0</version>
<version>1.26.0</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 28f6dbc

Please sign in to comment.