Skip to content

Commit 181c137

Browse files
author
Psilo
committed
Merge branch 'master' into develop
2 parents 838c67d + 199f447 commit 181c137

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>http-server</artifactId>
20-
<version>0.1.27</version>
20+
<version>0.2.0</version>
2121
<name>HttpServer</name>
2222
<packaging>jar</packaging>
2323

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package info.unterrainer.commons.httpserver;
2+
3+
public class Information {
4+
public static final String name = "Http-Server";
5+
public static final String buildTime = "2021-03-10T08:45:24Z";
6+
public static final String pomVersion = "0.1.24";
7+
}

0 commit comments

Comments
 (0)