aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-23 09:42:29 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-23 10:17:28 +0700
commit2ea1a6e46f056ec0fc80eb1abf2eba6669d7157e (patch)
treeed3aba94d2dc31322243c4016ed145a92000f7f0 /build
parentda333d21e0a5e6fb052803abe9c08984c7386905 (diff)
downloadaspectj-2ea1a6e46f056ec0fc80eb1abf2eba6669d7157e.tar.gz
aspectj-2ea1a6e46f056ec0fc80eb1abf2eba6669d7157e.zip
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 <Alexander@Kriegisch.name>
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
-rw-r--r--build/pom.xml2
2 files changed, 3 insertions, 3 deletions
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
<property name="maven.central.repository" value="https://repo.spring.io/libs-snapshot-local/org/aspectj/aspectjweaver"/>
-->
-<!-- aspectjtools/target/aspectjtools-1.9.6.BUILD-SNAPSHOT.jar -->
+<!-- aspectjtools/target/aspectjtools-1.9.7-SNAPSHOT.jar -->
<property name="bin.jars.folder" value="${build.root}/dist/tools/lib"/>
<property name="src.jars.folder" value="${build.root}/src"/>
- <property name="suffix" value="1.9.6.BUILD-SNAPSHOT"/>
+ <property name="suffix" value="1.9.7-SNAPSHOT"/>
<!-- ASPECTJRT -->
<maven:deploy file="${build.root}/aspectjrt/target/aspectjrt-${suffix}.jar">
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 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.7.BUILD-SNAPSHOT</version>
+ <version>1.9.7-SNAPSHOT</version>
</parent>
<artifactId>build</artifactId>