File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/udpobserver Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >info.unterrainer.commons</groupId >
7
7
<artifactId >parent-pom</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.3 </version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >info.unterrainer.commons.udp-observer</groupId >
13
13
<artifactId >udp-observer</artifactId >
14
- <version >0.1.2 </version >
14
+ <version >0.1.3 </version >
15
15
<name >UdpObserver</name >
16
16
<packaging >jar</packaging >
17
17
Original file line number Diff line number Diff line change 2
2
3
3
public class Information {
4
4
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 " ;
7
7
}
You can’t perform that action at this time.
0 commit comments