diff --git a/docs/pom.xml b/docs/pom.xml index 19fbf72425..1c02de1ddb 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -13,6 +13,7 @@ pom Spring Cloud Contract Verifier Docs Spring Contract Verifier Docs + 1.0.0.BUILD-SNAPSHOT spring-cloud-contract-verifier-maven-plugin ${basedir}/.. @@ -42,4 +43,15 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/pom.xml b/pom.xml index 0c779af437..2139d3fc35 100644 --- a/pom.xml +++ b/pom.xml @@ -57,23 +57,6 @@ HEAD - - - repo.spring.io - Spring Release Repository - https://repo.spring.io/plugins-release-local - - - repo.spring.io - Spring Snapshot Repository - https://repo.spring.io/plugins-snapshot-local - - - github - scm:git:ssh://git@github.com:Codearte/accurest-maven-plugin.git - - - GitHub Issues https://github.com/Codearte/accurest/labels/maven @@ -155,5 +138,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + diff --git a/spring-cloud-contract-verifier-maven-plugin/pom.xml b/spring-cloud-contract-verifier-maven-plugin/pom.xml index 761b92c484..17d3dfe4d6 100644 --- a/spring-cloud-contract-verifier-maven-plugin/pom.xml +++ b/spring-cloud-contract-verifier-maven-plugin/pom.xml @@ -28,6 +28,23 @@ 2016 + + + repo.spring.io + Spring Release Repository + https://repo.spring.io/plugins-release-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/plugins-snapshot-local + + + github + scm:git:ssh://git@github.com:Codearte/accurest-maven-plugin.git + + +