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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 871f341af..5c4831c1b 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ Once you have imported all the projects using `m2e`, close the `org.eclipse.jdt. ## Setting version for release: -mvn versions:set -DgroupId=org.aspectj -DartifactId=* -DoldVersion=1.9.3.BUILD-SNAPSHOT -DnewVersion=1.9.3 +mvn versions:set -DgroupId=org.aspectj -DartifactId=* -DoldVersion=1.9.3-SNAPSHOT -DnewVersion=1.9.3 -- cgit v1.2.3