Skip to content

Commit e3c8f3e

Browse files
author
Psilo
committed
Merge branch 'develop'
2 parents ba5dbfe + 9836a60 commit e3c8f3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ hs_err_pid*
2828
src/main/java/info/unterrainer/commons/udpobserver/Information.java
2929

3030
.classpath
31+
32+
bin/

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.26</version>
8+
<version>0.2.1</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.12</version>
14+
<version>0.2.0</version>
1515
<name>UdpObserver</name>
1616
<packaging>jar</packaging>
1717

0 commit comments

Comments
 (0)