You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/04/03 06:28:07 UTC

[incubator-servicecomb-java-chassis] 02/05: SCB-441 add maven-compiler-plugin and set to 1.8

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 69e948ec4f4c9771b59928a942e63eba4668f3e6
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Tue Mar 27 17:02:12 2018 +0800

    SCB-441 add maven-compiler-plugin and set to 1.8
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 archetypes/business-service-jaxrs/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/archetypes/business-service-jaxrs/pom.xml b/archetypes/business-service-jaxrs/pom.xml
index 5b08234..836c2f7 100644
--- a/archetypes/business-service-jaxrs/pom.xml
+++ b/archetypes/business-service-jaxrs/pom.xml
@@ -108,6 +108,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>1.8</source>
+          <target>1.8</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
liubao@apache.org.