Skip to content

Commit 601ea82

Browse files
author
Psilo
committed
bump parent pom version and remove old junit from classpath
1 parent 785f922 commit 601ea82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,20 @@
1313
</classpathentry>
1414
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1515
<attributes>
16+
<attribute name="test" value="true"/>
1617
<attribute name="optional" value="true"/>
1718
<attribute name="maven.pomderived" value="true"/>
18-
<attribute name="test" value="true"/>
1919
</attributes>
2020
</classpathentry>
2121
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2222
<attributes>
23-
<attribute name="maven.pomderived" value="true"/>
2423
<attribute name="test" value="true"/>
24+
<attribute name="maven.pomderived" value="true"/>
2525
</attributes>
2626
</classpathentry>
2727
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-13">
2828
<attributes>
29+
<attribute name="module" value="true"/>
2930
<attribute name="maven.pomderived" value="true"/>
3031
</attributes>
3132
</classpathentry>
@@ -34,6 +35,5 @@
3435
<attribute name="maven.pomderived" value="true"/>
3536
</attributes>
3637
</classpathentry>
37-
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
3838
<classpathentry kind="output" path="target/classes"/>
3939
</classpath>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.1.2</version>
99
</parent>
1010

1111
<properties>
@@ -17,7 +17,7 @@
1717

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

src/main/java/info/unterrainer/commons/httpserver/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 = "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";
77
}

0 commit comments

Comments
 (0)