diff --git a/agileboot-admin/pom.xml b/agileboot-admin/pom.xml index 4e9595d..ecce6d9 100644 --- a/agileboot-admin/pom.xml +++ b/agileboot-admin/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} jar 4.0.0 @@ -49,17 +49,10 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - ${project.build.sourceEncoding} - org.springframework.boot spring-boot-maven-plugin - 2.1.1.RELEASE diff --git a/agileboot-api/pom.xml b/agileboot-api/pom.xml index 256a1a2..9fb5322 100644 --- a/agileboot-api/pom.xml +++ b/agileboot-api/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} jar 4.0.0 diff --git a/agileboot-common/pom.xml b/agileboot-common/pom.xml index 292e0ab..24e96ad 100644 --- a/agileboot-common/pom.xml +++ b/agileboot-common/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} 4.0.0 diff --git a/agileboot-domain/pom.xml b/agileboot-domain/pom.xml index ddce91f..b7f43a7 100644 --- a/agileboot-domain/pom.xml +++ b/agileboot-domain/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} 4.0.0 diff --git a/agileboot-infrastructure/pom.xml b/agileboot-infrastructure/pom.xml index 7039830..3f6cf40 100644 --- a/agileboot-infrastructure/pom.xml +++ b/agileboot-infrastructure/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} jar 4.0.0 @@ -116,7 +116,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.1.RELEASE true @@ -131,7 +130,6 @@ org.apache.maven.plugins maven-war-plugin - 3.1.0 false ${project.artifactId} diff --git a/agileboot-integration-test/pom.xml b/agileboot-integration-test/pom.xml index ea91618..21c9d6c 100644 --- a/agileboot-integration-test/pom.xml +++ b/agileboot-integration-test/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} 4.0.0 diff --git a/agileboot-orm/pom.xml b/agileboot-orm/pom.xml index eec544c..b33fe0d 100644 --- a/agileboot-orm/pom.xml +++ b/agileboot-orm/pom.xml @@ -5,7 +5,7 @@ agileboot com.agileboot - 1.0.0 + ${agileboot.version} 4.0.0 diff --git a/pom.xml b/pom.xml index fd7cd03..08bc8d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.agileboot agileboot - 1.0.0 + ${agileboot.version} agileboot http://www.agileboot.vip @@ -42,6 +42,10 @@ 2.6.5 31.0.1-jre 1.6.14 + 2.7.0 + 3.1 + 2.5 + 3.1.0 @@ -52,7 +56,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.0 + ${spring.boot.version} pom import @@ -307,25 +311,49 @@ + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.plugin.version} + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.plugin.version} + + + true + + + + org.apache.maven.plugins + maven-war-plugin + ${maven.war.plugin.version} + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + org.apache.maven.plugins maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - ${project.build.sourceEncoding} - org.apache.maven.plugins maven-surefire-plugin - 2.5 - - - true -