Skip to content

Commit 5c6f073

Browse files
committed
update versions
1 parent 9e1a35d commit 5c6f073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>serialization</artifactId>
33-
<version>0.1.6</version>
33+
<version>0.1.6-2-g09984f0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.eclipse.paho</groupId>

src/main/java/info/unterrainer/server/mqttclient/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 = "Elite-Server-DTOs";
5-
public static final String buildTime = "2022-06-03T19:21:58Z";
6-
public static final String pomVersion = "0.0.4";
5+
public static final String buildTime = "2022-06-03T19:52:04Z";
6+
public static final String pomVersion = "0.0.8";
77
}

0 commit comments

Comments
 (0)