Skip to content

Commit c16102f

Browse files
authored
Merge pull request #374 from DropSnorz/build/1.30
Release OwlPlug 1.30.0
2 parents ed54b05 + c41e577 commit c16102f

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.29.2</version>
13+
<version>1.30.0</version>
1414
</parent>
1515

1616
<artifactId>owlplug-client</artifactId>
@@ -34,17 +34,17 @@
3434
<dependency>
3535
<groupId>com.owlplug</groupId>
3636
<artifactId>owlplug-host</artifactId>
37-
<version>1.29.2</version>
37+
<version>1.30.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.owlplug</groupId>
4141
<artifactId>owlplug-controls</artifactId>
42-
<version>1.29.2</version>
42+
<version>1.30.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.owlplug</groupId>
4646
<artifactId>owlplug-parsers</artifactId>
47-
<version>1.29.2</version>
47+
<version>1.30.0</version>
4848
</dependency>
4949
<dependency>
5050
<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.29.2</version>
8+
<version>1.30.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.29.2</version>
10+
<version>1.30.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.29.2</version>
8+
<version>1.30.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.29.2</version>
8+
<version>1.30.0</version>
99
<packaging>pom</packaging>
1010

1111

0 commit comments

Comments
 (0)