Skip to content

Commit 2d97e30

Browse files
author
Psilo
committed
Merge branch 'develop'
2 parents d39ea72 + 6976acc commit 2d97e30

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
# script-phase. So you cannot even source from there directly. That's why the source
2323
# command is IN the deploy.sh script.
2424

25+
branches:
26+
only:
27+
- master
2528
language: java
2629
jdk:
2730
- openjdk14

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.19</version>
8+
<version>0.1.22</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>info.unterrainer.commons.udp-observer</groupId>
1313
<artifactId>udp-observer</artifactId>
14-
<version>0.1.10</version>
14+
<version>0.1.11</version>
1515
<name>UdpObserver</name>
1616
<packaging>jar</packaging>
1717

0 commit comments

Comments
 (0)