Skip to content

Commit 1ce005d

Browse files
committed
Change some project settings
1 parent 3fcf811 commit 1ce005d

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

adventofcode2019.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<map />
66
</option>
77
</component>
8-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
8+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
99
<output url="file://$MODULE_DIR$/target/classes" />
1010
<output-test url="file://$MODULE_DIR$/target/test-classes" />
1111
<content url="file://$MODULE_DIR$">

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.sbaars</groupId>
8-
<artifactId>adventofcode2019</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
8+
<artifactId>adventofcode</artifactId>
9+
<version>1.0</version>
1010
<build>
1111
<plugins>
1212
<plugin>
@@ -21,16 +21,9 @@
2121
</build>
2222
<packaging>jar</packaging>
2323

24-
<name>adventofcode2019</name>
24+
<name>adventofcode</name>
2525
<url>http://maven.apache.org</url>
2626

27-
<properties>
28-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29-
<maven.compiler.release>8</maven.compiler.release>
30-
<maven.compiler.target>11</maven.compiler.target>
31-
<maven.compiler.source>11</maven.compiler.source>
32-
</properties>
33-
3427
<dependencies>
3528
<dependency>
3629
<groupId>junit</groupId>

0 commit comments

Comments
 (0)