From 11788b52869d2eb38e9a55329a877ba40697f3f0 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 7 Apr 2022 13:07:28 -0500 Subject: [PATCH] Polishing. --- pom.xml | 11 ----- spring-data-cassandra-distribution/pom.xml | 52 ++++++++++++++++++++-- 2 files changed, 49 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index ed2edfa09..ec9a8fbb9 100644 --- a/pom.xml +++ b/pom.xml @@ -107,17 +107,6 @@ - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - spring-libs-milestone - https://repo.spring.io/libs-milestone - - - diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 19c03c38b..31302cd59 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -24,9 +24,11 @@ SDCASS - ${maven.multiModuleProjectDirectory}/spring-data-cassandra/ + ${maven.multiModuleProjectDirectory}/spring-data-cassandra/ + .* - ${maven.multiModuleProjectDirectory}/target/ + ${maven.multiModuleProjectDirectory}/target/ + @@ -89,5 +91,49 @@ - + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + +