From 595cb6d55b0455dce37cf999565ef711e73d31a2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 21 Jan 2014 22:15:11 -0800 Subject: [PATCH] Fix version-type logic to deal with RCx form --- pom.xml | 6 ++++-- spring-boot-cli/pom.xml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d95bc45fcc0..39faac394ee 100644 --- a/pom.xml +++ b/pom.xml @@ -99,9 +99,11 @@ + input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> + input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> + diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 18733fa4069..4e947595d4e 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -301,9 +301,11 @@ + input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> + input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> +