diff --git a/changelog/unreleased/000061-maven-deployment-config.yml b/changelog/unreleased/000061-maven-deployment-config.yml index 727a9af..a7efef6 100644 --- a/changelog/unreleased/000061-maven-deployment-config.yml +++ b/changelog/unreleased/000061-maven-deployment-config.yml @@ -7,4 +7,5 @@ type: changed #[added/changed/deprecated/removed/fixed/security/other] issues: - 61 merge_requests: - - 62 \ No newline at end of file + - 62 + - 63 \ No newline at end of file diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index c1b3fae..a058faf 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -54,7 +54,5 @@ micrometer-registry-prometheus true - - diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index d7e1965..f7778a5 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -75,15 +75,22 @@ true - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - - + + + ci-cd + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + + + \ No newline at end of file diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 2dcf600..99fd4c7 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -48,5 +48,4 @@ ${oshi-core.version} - \ No newline at end of file diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index 28a2e9b..f21856c 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -29,5 +29,4 @@ spring-core - diff --git a/pom.xml b/pom.xml index 2e49a70..62adefb 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,6 @@ UTF-8 - 3.1.3 3.3.1 6.6.5 @@ -126,15 +125,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - false - @@ -143,6 +133,18 @@ ci-cd + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + org.apache.maven.plugins maven-gpg-plugin @@ -176,18 +178,6 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 - true - - ossrh - https://s01.oss.sonatype.org/ - true - -