Skip to content

Commit 0f01ac7

Browse files
author
Psilo
committed
repair information mechanism and bump version
1 parent faff803 commit 0f01ac7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.1</version>
8+
<version>0.1.3</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.2</version>
14+
<version>0.1.3</version>
1515
<name>UdpObserver</name>
1616
<packaging>jar</packaging>
1717

src/main/java/info/unterrainer/commons/udpobserver/Information.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
public static final String name = "UDP-Observer";
5-
public static final String buildTime = "2021-03-10T08:03:08Z";
6-
public static final String pomVersion = "0.1.2";
5+
public static final String buildTime = "2021-03-10T08:29:08Z";
6+
public static final String pomVersion = "0.1.3";
77
}

0 commit comments

Comments
 (0)