This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/master by this push:
new 371c941 Specify maven compiler plugin version as well as source and
target version.
371c941 is described below
commit 371c9410face141363cde37a8fd45dcd36a3e5fb
Author: Huxing Zhang <[email protected]>
AuthorDate: Fri May 18 16:25:56 2018 +0800
Specify maven compiler plugin version as well as source and target version.
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 19f3b28..4a77f82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,17 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.0</version>
+ <configuration>
+ <fork>true</fork>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
--
To stop receiving notification emails like this one, please contact
[email protected].