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 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 22
33public 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}
You can’t perform that action at this time.
0 commit comments