summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-12-20 19:24:24 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2021-12-20 19:24:24 -0500
commit0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3 (patch)
tree0c6289623d645ee72d242a38eb05192e8c08ebdc /pom.xml
parentupdate pom (diff)
downloadkenshinshideandseek-0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3.tar.gz
kenshinshideandseek-0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3.tar.bz2
kenshinshideandseek-0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3.zip
switch to artifacts
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index efa442a..bf694ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>8</source>
+ <target>8</target>
</configuration>
</plugin>
</plugins>