Skip to content

Commit 28f6dbc

Browse files
committed
build(preview): bump version to 1.26.0
1 parent f13aeb6 commit 28f6dbc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

owlplug-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.owlplug</groupId>
1212
<artifactId>owlplug</artifactId>
13-
<version>1.25.0</version>
13+
<version>1.26.0</version>
1414
</parent>
1515

1616
<artifactId>owlplug-client</artifactId>
@@ -48,12 +48,12 @@
4848
<dependency>
4949
<groupId>com.owlplug</groupId>
5050
<artifactId>owlplug-host</artifactId>
51-
<version>1.25.0</version>
51+
<version>1.26.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.owlplug</groupId>
5555
<artifactId>owlplug-controls</artifactId>
56-
<version>1.25.0</version>
56+
<version>1.26.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>

owlplug-controls/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>owlplug</artifactId>
77
<groupId>com.owlplug</groupId>
8-
<version>1.25.0</version>
8+
<version>1.26.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

owlplug-host/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.owlplug</groupId>
99
<artifactId>owlplug</artifactId>
10-
<version>1.25.0</version>
10+
<version>1.26.0</version>
1111
</parent>
1212
<artifactId>owlplug-host</artifactId>
1313
<name>owlplug-host</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.owlplug</groupId>
77
<artifactId>owlplug</artifactId>
8-
<version>1.25.0</version>
8+
<version>1.26.0</version>
99
<packaging>pom</packaging>
1010

1111

0 commit comments

Comments
 (0)