Skip to content

Commit d0c13a0

Browse files
committed
build: bump version to 0.16.0
1 parent 0f1d183 commit d0c13a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

owlplug-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.owlplug</groupId>
88
<artifactId>owlplug</artifactId>
9-
<version>0.15.0</version>
9+
<version>0.16.0</version>
1010
</parent>
1111

1212
<artifactId>owlplug-client</artifactId>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.owlplug</groupId>
5353
<artifactId>owlplug-host</artifactId>
54-
<version>0.15.0</version>
54+
<version>0.16.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>

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>0.15.0</version>
10+
<version>0.16.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>0.15.0</version>
8+
<version>0.16.0</version>
99
<packaging>pom</packaging>
1010

1111

0 commit comments

Comments
 (0)