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