Skip to content

Commit 9d59f85

Browse files
committed
build: bump version to 1.27.0
1 parent 24092e6 commit 9d59f85

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

owlplug-client/pom.xml

Lines changed: 4 additions & 4 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.26.0</version>
13+
<version>1.27.0</version>
1414
</parent>
1515

1616
<artifactId>owlplug-client</artifactId>
@@ -48,17 +48,17 @@
4848
<dependency>
4949
<groupId>com.owlplug</groupId>
5050
<artifactId>owlplug-host</artifactId>
51-
<version>1.26.0</version>
51+
<version>1.27.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.owlplug</groupId>
5555
<artifactId>owlplug-controls</artifactId>
56-
<version>1.26.0</version>
56+
<version>1.27.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.owlplug</groupId>
6060
<artifactId>owlplug-parsers</artifactId>
61-
<version>1.26.0</version>
61+
<version>1.27.0</version>
6262
</dependency>
6363
<dependency>
6464
<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.26.0</version>
8+
<version>1.27.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.26.0</version>
10+
<version>1.27.0</version>
1111
</parent>
1212
<artifactId>owlplug-host</artifactId>
1313
<name>owlplug-host</name>

owlplug-parsers/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.26.0</version>
8+
<version>1.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.26.0</version>
8+
<version>1.27.0</version>
99
<packaging>pom</packaging>
1010

1111

0 commit comments

Comments
 (0)