From c9287a2465cd19da1492c9710140613a30cd7738 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 9 Jul 2019 10:50:56 +0200 Subject: [PATCH] DATAMONGO-2280 - Cleanup release profile. Reuse inherited configuration from parent pom. --- pom.xml | 13 ------------- spring-data-mongodb-distribution/pom.xml | 4 ---- spring-data-mongodb-log4j/pom.xml | 3 ++- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 948e3cb4a..9583980e4 100644 --- a/pom.xml +++ b/pom.xml @@ -204,19 +204,6 @@ - - release - - - - org.jfrog.buildinfo - artifactory-maven-plugin - false - - - - - benchmarks diff --git a/spring-data-mongodb-distribution/pom.xml b/spring-data-mongodb-distribution/pom.xml index 4a187ede1..3b77eeff3 100644 --- a/spring-data-mongodb-distribution/pom.xml +++ b/spring-data-mongodb-distribution/pom.xml @@ -28,10 +28,6 @@ org.apache.maven.plugins maven-assembly-plugin - - org.codehaus.mojo - wagon-maven-plugin - org.asciidoctor asciidoctor-maven-plugin diff --git a/spring-data-mongodb-log4j/pom.xml b/spring-data-mongodb-log4j/pom.xml index 553b16f3d..fdce5612e 100644 --- a/spring-data-mongodb-log4j/pom.xml +++ b/spring-data-mongodb-log4j/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - + org.springframework.data spring-data-mongodb-parent @@ -14,6 +14,7 @@ 1.2.16 + ${basedir}/..