diff --git a/metis-applicant/pom.xml b/metis-applicant/pom.xml index 8879126..b7c7b7a 100644 --- a/metis-applicant/pom.xml +++ b/metis-applicant/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 com.metis metis - 1.0.1-SNAPSHOT + 1.0.0-SNAPSHOT metis-applicant @@ -14,8 +13,9 @@ 17 17 UTF-8 + true - true + @@ -32,18 +32,61 @@ - org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + + + + + + org.projectlombok + lombok + + + org.mapstruct + mapstruct-processor + + + org.apache.maven.plugins maven-compiler-plugin + + 17 + 17 + UTF-8 + + -parameters + --add-opens + java.base/java.lang=ALL-UNNAMED + + + + + + org.projectlombok + lombok + ${lombok.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + diff --git a/metis-starter/pom.xml b/metis-starter/pom.xml index c80248d..a1599ee 100644 --- a/metis-starter/pom.xml +++ b/metis-starter/pom.xml @@ -4,10 +4,9 @@ com.metis metis - 1.0.1-SNAPSHOT + 1.0.0-SNAPSHOT - 1.0.1-SNAPSHOT metis-starter @@ -75,7 +74,30 @@ org.apache.maven.plugins maven-compiler-plugin + + 17 + 17 + UTF-8 + + -parameters + + + + + + org.projectlombok + lombok + ${lombok.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4666e4e..abe1a66 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,18 @@ com.metis metis - 1.0.1-SNAPSHOT + 1.0.0-SNAPSHOT pom metis-starter metis-applicant + + org.springframework.boot + spring-boot-starter-parent + 3.3.4 + 17 @@ -102,10 +107,12 @@ + + scm:git:http://git.feashow.cn/clay/metis.git scm:git:http://git.feashow.cn/clay/metis.git http://git.feashow.cn/clay/metis.git - 1.0.0-20250423-114747 + 1.0.0-20250422-160350 @@ -114,30 +121,6 @@ - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - - - org.projectlombok - lombok - - - org.mapstruct - mapstruct-processor - - - - org.apache.maven.plugins @@ -242,23 +225,27 @@ - org.apache.maven.plugins - maven-compiler-plugin + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + - - - - + + org.projectlombok lombok - ${lombok.version} - - + + org.mapstruct mapstruct-processor - ${org.mapstruct.version} - - + +