summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2020-01-06 17:50:40 -0500
committerbculkin2442 <bjculkin@mix.wvu.edu>2020-01-06 17:50:40 -0500
commit2673f6a4c2649c299f1fbd340ffb8ac7315ad326 (patch)
tree742545f3eaba58f62cdb151b2ce90e3437c25d80 /pom.xml
parent48a4b3229ee213d4b5b3e1a421a3d862bdf4d227 (diff)
General warning cleanup
Just clean up of some warnings/other misc. problems
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0f7ecaf..e7e6a80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,19 @@
<version>1.0.0</version>
<packaging>pom</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.7.0</version>
+
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>