You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/07/08 08:30:27 UTC

[dubbo-samples] branch master updated: update compilation option

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new b5bbbdc  update compilation option
b5bbbdc is described below

commit b5bbbdcc32f93d3df502991c3004803ebb954dd3
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Mon Jul 8 16:28:39 2019 +0800

    update compilation option
---
 dubbo-samples-group/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/dubbo-samples-group/pom.xml b/dubbo-samples-group/pom.xml
index 74e2f1e..22fa146 100644
--- a/dubbo-samples-group/pom.xml
+++ b/dubbo-samples-group/pom.xml
@@ -189,4 +189,18 @@
             </build>
         </profile>
     </profiles>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>${maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>${source.level}</source>
+                    <target>${target.level}</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org