From 41656ea91012be1e26927f2582f3a561f6848482 Mon Sep 17 00:00:00 2001 From: Gareth Edwards Date: Fri, 11 Sep 2026 21:30:59 +1000 Subject: [PATCH] Move to 2.16.2-SNAPSHOT [ai] 2.16.1-SNAPSHOT has been published more than once, so that coordinate no longer identifies a single build - consumers resolving it cannot tell which contents they got, and Gradle caches snapshots for 24 hours on top of that. The attribute-regex fix from #74 gets a fresh coordinate instead. All seven version declarations move together: the root pom and build.gradle, and the pom/gradle.properties pairs under cfml.parsing, cfml.dictionary and cfml.cli. Co-Authored-By: Claude Opus 5 --- build.gradle | 2 +- cfml.cli/pom.xml | 2 +- cfml.dictionary/gradle.properties | 2 +- cfml.dictionary/pom.xml | 2 +- cfml.parsing/gradle.properties | 2 +- cfml.parsing/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2ae7298..6bdeffc 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'net.researchgate.release' version '3.0.2' apply(false) } -version = '2.16.1-SNAPSHOT' +version = '2.16.2-SNAPSHOT' license { header rootProject.file('LICENSE') diff --git a/cfml.cli/pom.xml b/cfml.cli/pom.xml index e31d5a6..cf48871 100644 --- a/cfml.cli/pom.xml +++ b/cfml.cli/pom.xml @@ -5,7 +5,7 @@ com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT cfml.cli diff --git a/cfml.dictionary/gradle.properties b/cfml.dictionary/gradle.properties index 46b5b7b..b9914a6 100644 --- a/cfml.dictionary/gradle.properties +++ b/cfml.dictionary/gradle.properties @@ -1 +1 @@ -version=2.16.1-SNAPSHOT +version=2.16.2-SNAPSHOT diff --git a/cfml.dictionary/pom.xml b/cfml.dictionary/pom.xml index c4683d8..641de96 100644 --- a/cfml.dictionary/pom.xml +++ b/cfml.dictionary/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT 4.0.0 diff --git a/cfml.parsing/gradle.properties b/cfml.parsing/gradle.properties index 95b6254..84db3f4 100644 --- a/cfml.parsing/gradle.properties +++ b/cfml.parsing/gradle.properties @@ -1,2 +1,2 @@ antlrVersion=4.13.2 -version=2.16.1-SNAPSHOT +version=2.16.2-SNAPSHOT diff --git a/cfml.parsing/pom.xml b/cfml.parsing/pom.xml index ec53e95..358a8c6 100644 --- a/cfml.parsing/pom.xml +++ b/cfml.parsing/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index a139d56..0ee68d9 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.cfmleditor cfparser - 2.16.1-SNAPSHOT + 2.16.2-SNAPSHOT pom coldfusion-parser