Skip to content

Commit 0adebfc

Browse files
author
Psilo
committed
repair information mechanism and bump version
1 parent 9d062b0 commit 0adebfc

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
<properties>
1919
<mainclass>info.unterrainer.commons.udpobserver.scripts.TestObserver</mainclass>
20+
<name>UDP-Observer</name>
21+
<package-path>info/unterrainer/commons/udpobserver</package-path>
22+
<packg-string>info.unterrainer.commons.udpobserver</packg-string>
2023
</properties>
2124

2225
<dependencies>

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

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package info.unterrainer.commons.udpobserver;
2+
3+
public class Information {
4+
public static final String name = "UDP-Observer";
5+
public static final String buildTime = "2021-03-10T08:01:51Z";
6+
public static final String pomVersion = "0.1.1";
7+
}

0 commit comments

Comments
 (0)