From 2ea1a6e46f056ec0fc80eb1abf2eba6669d7157e Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 23 May 2021 09:42:29 +0700 Subject: Use canonical snapshot version 1.9.7-SNAPSHOT Before, we used 1.9.7.BUILD-SNAPSHOT, which according to Andy Clement was originally an intent across a group of Spring projects he was involved in, to ensure that SNAPSHOTS were sorted alphabetically ahead of MILESTONEs and ahead of RCs. Signed-off-by: Alexander Kriegisch --- build/build.xml | 4 ++-- build/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/build.xml b/build/build.xml index 49b5b1979..a24ced729 100644 --- a/build/build.xml +++ b/build/build.xml @@ -806,11 +806,11 @@ ant -propertyfile XXX publishtomaven --> - + - + diff --git a/build/pom.xml b/build/pom.xml index 302d90388..bac4aecc5 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7.BUILD-SNAPSHOT + 1.9.7-SNAPSHOT build -- cgit v1.2.3