diff --git a/pom.xml b/pom.xml index a8877d0..fb74f9d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,8 @@ http://maven.aliyun.com/nexus/content/groups/public https://jitpack.io 0.7.0 + true + 1.8 @@ -33,40 +35,46 @@ ${project.artifactId} - - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar-no-fork - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - true - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + true + + +