From 98d5b708ab3caf48276b9fab936da7b146c5d081 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 24 Oct 2017 11:06:47 +0800
Subject: [PATCH] updates

---
 pom.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e354fe..dea5a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,5 +188,18 @@
 
   <build>
     <finalName>task</finalName>
+
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <version>2.3.2</version>
+              <configuration>
+                  <source>1.8</source>
+                  <target>1.8</target>
+                  <encoding>UTF-8</encoding>
+              </configuration>
+          </plugin>
+      </plugins>
   </build>
 </project>

--
Gitblit v1.8.0