diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 19:24:24 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 19:24:24 -0500 |
commit | 0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3 (patch) | |
tree | 0c6289623d645ee72d242a38eb05192e8c08ebdc /pom.xml | |
parent | update pom (diff) | |
download | kenshinshideandseek-0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3.tar.gz kenshinshideandseek-0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3.tar.bz2 kenshinshideandseek-0a9f1fb4d08adae0ff62437e9dcc4fdebfaa35c3.zip |
switch to artifacts
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |