We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d39ea72 + 6976acc commit 2d97e30Copy full SHA for 2d97e30
.travis.yml
@@ -22,6 +22,9 @@
22
# script-phase. So you cannot even source from there directly. That's why the source
23
# command is IN the deploy.sh script.
24
25
+branches:
26
+ only:
27
+ - master
28
language: java
29
jdk:
30
- openjdk14
pom.xml
@@ -5,13 +5,13 @@
5
<parent>
6
<groupId>info.unterrainer.commons</groupId>
7
<artifactId>parent-pom</artifactId>
8
- <version>0.1.19</version>
+ <version>0.1.22</version>
9
</parent>
10
11
<modelVersion>4.0.0</modelVersion>
12
<groupId>info.unterrainer.commons.udp-observer</groupId>
13
<artifactId>udp-observer</artifactId>
14
- <version>0.1.10</version>
+ <version>0.1.11</version>
15
<name>UdpObserver</name>
16
<packaging>jar</packaging>
17
0 commit comments