From 4b3726d040118f4b758029683dfe0c6c73f58c0d Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 14 Jan 2022 12:02:39 +0100 Subject: [PATCH] #77 - Prepare next development iteration. --- core/pom.xml | 2 +- metadata/pom.xml | 2 +- pom.xml | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index ef1a948..90859be 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -10,7 +10,7 @@ org.springframework.plugin spring-plugin - 3.0.0-M1 + 3.0.0-SNAPSHOT diff --git a/metadata/pom.xml b/metadata/pom.xml index 3ae1bd0..7ed350f 100644 --- a/metadata/pom.xml +++ b/metadata/pom.xml @@ -9,7 +9,7 @@ org.springframework.plugin spring-plugin - 3.0.0-M1 + 3.0.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 355bc46..495876b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ spring-plugin pom Spring Plugin - 3.0.0-M1 + 3.0.0-SNAPSHOT Simple plugin infrastructure @@ -383,8 +383,11 @@ - spring-milestone - https://repo.spring.io/milestone + spring-snapshot + https://repo.spring.io/snapshot + + false +