File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/httpserver Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<artifactId >http-server</artifactId >
20
- <version >0.1.22 </version >
20
+ <version >0.1.23 </version >
21
21
<name >HttpServer</name >
22
22
<packaging >jar</packaging >
23
23
30
30
<dependency >
31
31
<groupId >info.unterrainer.commons</groupId >
32
32
<artifactId >rdb-utils</artifactId >
33
- <version >0.1.3 </version >
33
+ <version >0.1.4 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >info.unterrainer.commons</groupId >
Original file line number Diff line number Diff line change 2
2
3
3
public class Information {
4
4
public static final String name = "Http-Server" ;
5
- public static final String buildTime = "2021-03-05T08:17:16Z " ;
6
- public static final String pomVersion = "0.1.22 " ;
5
+ public static final String buildTime = "2021-03-05T08:33:17Z " ;
6
+ public static final String pomVersion = "0.1.23 " ;
7
7
}
You can’t perform that action at this time.
0 commit comments