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 ba5dbfe + 9836a60 commit e3c8f3eCopy full SHA for e3c8f3e
.gitignore
@@ -28,3 +28,5 @@ hs_err_pid*
28
src/main/java/info/unterrainer/commons/udpobserver/Information.java
29
30
.classpath
31
+
32
+bin/
pom.xml
@@ -5,13 +5,13 @@
5
<parent>
6
<groupId>info.unterrainer.commons</groupId>
7
<artifactId>parent-pom</artifactId>
8
- <version>0.1.26</version>
+ <version>0.2.1</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.12</version>
+ <version>0.2.0</version>
15
<name>UdpObserver</name>
16
<packaging>jar</packaging>
17
0 commit comments