From cef656ed08717a9aa44055a19234d83bde0ca0b6 Mon Sep 17 00:00:00 2001 From: sxile <3440626@qq.com> Date: Tue, 12 Nov 2019 15:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=89=93=E5=8C=85=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E8=AD=A6=E5=91=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 ++- ruoyi-admin/pom.xml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0fd85a3..428c592 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,8 @@ org.apache.maven.plugins maven-compiler-plugin - + 3.1 + ${java.version} ${java.version} ${project.build.sourceEncoding} diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 487d11d..1f96b76 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -80,6 +80,7 @@ org.springframework.boot spring-boot-maven-plugin + 2.1.1.RELEASE true @@ -97,11 +98,11 @@ 3.0.0 false - ${artifactId} + ${project.artifactId} - ${artifactId} + ${project.artifactId} \ No newline at end of file