File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/info/unterrainer/commons/httpserver Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
</classpathentry >
14
14
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
15
15
<attributes >
16
+ <attribute name =" test" value =" true" />
16
17
<attribute name =" optional" value =" true" />
17
18
<attribute name =" maven.pomderived" value =" true" />
18
- <attribute name =" test" value =" true" />
19
19
</attributes >
20
20
</classpathentry >
21
21
<classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
22
22
<attributes >
23
- <attribute name =" maven.pomderived" value =" true" />
24
23
<attribute name =" test" value =" true" />
24
+ <attribute name =" maven.pomderived" value =" true" />
25
25
</attributes >
26
26
</classpathentry >
27
27
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-13" >
28
28
<attributes >
29
+ <attribute name =" module" value =" true" />
29
30
<attribute name =" maven.pomderived" value =" true" />
30
31
</attributes >
31
32
</classpathentry >
34
35
<attribute name =" maven.pomderived" value =" true" />
35
36
</attributes >
36
37
</classpathentry >
37
- <classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/5" />
38
38
<classpathentry kind =" output" path =" target/classes" />
39
39
</classpath >
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.2 </version >
9
9
</parent >
10
10
11
11
<properties >
17
17
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<artifactId >http-server</artifactId >
20
- <version >0.1.5 </version >
20
+ <version >0.1.6 </version >
21
21
<name >HttpServer</name >
22
22
<packaging >jar</packaging >
23
23
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 = "2020-10-22T08:06:41Z " ;
6
- public static final String pomVersion = "0.1.5 " ;
5
+ public static final String buildTime = "2020-10-22T08:20:38Z " ;
6
+ public static final String pomVersion = "0.1.6 " ;
7
7
}
You can’t perform that action at this time.
0 commit comments