From 84bfecac1eedfccb4b50662164783446a7635b1b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Aug 2026 01:15:04 +0000 Subject: [PATCH] Release 2.16.0 Moves the twelve version locations off SNAPSHOT. This is the first non-SNAPSHOT version this repository has ever published. Every prior release -- 2.14.0, 2.15.0, 2.15.1 -- was tagged as a SNAPSHOT, which is why the nexus-staging defect fixed in #58 went unnoticed for so long: it only fires on a release version, and no release version had ever run. Verified against a local file repository at this version, the case that used to fail on the parent pom with both modules skipped: deploy:3.1.2:deploy (default-deploy) @ cfparser deploy:3.1.2:deploy (default-deploy) @ cfml.dictionary deploy:3.1.2:deploy (default-deploy) @ cfml.parsing producing all nine artifacts -- the parent pom plus a jar, sources jar, javadoc jar and pom for each module. That exercises #58 and #60 together. 326 tests, ./gradlew build, class file major version 65. --- README.md | 4 ++-- build.gradle | 2 +- cfml.cli/README.md | 2 +- cfml.cli/pom.xml | 2 +- cfml.dictionary/README.md | 2 +- cfml.dictionary/gradle.properties | 2 +- cfml.dictionary/pom.xml | 2 +- cfml.parsing/README.md | 2 +- cfml.parsing/gradle.properties | 2 +- cfml.parsing/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index eec54cd..34d83f4 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ mvn clean install com.github.cfmleditor cfml.parsing - 2.16.0-SNAPSHOT + 2.16.0 ``` To update the version number prior to a build, run: -`mvn versions:set -DnewVersion=2.16.0-SNAPSHOT` +`mvn versions:set -DnewVersion=2.16.0` #Release example (we do our final commit for 2.2.14-SNAPSHOT on the develop branch, we're ready to release it) diff --git a/build.gradle b/build.gradle index 62ec55d..1eeb425 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.0-SNAPSHOT' +version = '2.16.0' license { header rootProject.file('LICENSE') diff --git a/cfml.cli/README.md b/cfml.cli/README.md index a0545bd..75abdf7 100644 --- a/cfml.cli/README.md +++ b/cfml.cli/README.md @@ -6,6 +6,6 @@ Native binary CLI for cfparser. com.github.cfmleditor cfml.cli - 2.16.0-SNAPSHOT + 2.16.0 ``` diff --git a/cfml.cli/pom.xml b/cfml.cli/pom.xml index a9287e6..b41e675 100644 --- a/cfml.cli/pom.xml +++ b/cfml.cli/pom.xml @@ -5,7 +5,7 @@ com.github.cfmleditor cfparser - 2.16.0-SNAPSHOT + 2.16.0 cfml.cli diff --git a/cfml.dictionary/README.md b/cfml.dictionary/README.md index a9a8584..9fa5559 100644 --- a/cfml.dictionary/README.md +++ b/cfml.dictionary/README.md @@ -7,6 +7,6 @@ The CFML dictionary project. Aims to have the different vendor and version, ver com.github.cfmleditor cfml.dictionary - 2.16.0-SNAPSHOT + 2.16.0 ``` diff --git a/cfml.dictionary/gradle.properties b/cfml.dictionary/gradle.properties index 568e757..8a42493 100644 --- a/cfml.dictionary/gradle.properties +++ b/cfml.dictionary/gradle.properties @@ -1 +1 @@ -version=2.16.0-SNAPSHOT +version=2.16.0 diff --git a/cfml.dictionary/pom.xml b/cfml.dictionary/pom.xml index 99d195d..22ea938 100644 --- a/cfml.dictionary/pom.xml +++ b/cfml.dictionary/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.0-SNAPSHOT + 2.16.0 4.0.0 diff --git a/cfml.parsing/README.md b/cfml.parsing/README.md index 1b34168..8227e45 100644 --- a/cfml.parsing/README.md +++ b/cfml.parsing/README.md @@ -16,6 +16,6 @@ mvn clean install com.github.cfmleditor cfml.parsing - 2.16.0-SNAPSHOT + 2.16.0 ``` diff --git a/cfml.parsing/gradle.properties b/cfml.parsing/gradle.properties index bf0cf86..c099bb4 100644 --- a/cfml.parsing/gradle.properties +++ b/cfml.parsing/gradle.properties @@ -1,2 +1,2 @@ antlrVersion=4.13.2 -version=2.16.0-SNAPSHOT +version=2.16.0 diff --git a/cfml.parsing/pom.xml b/cfml.parsing/pom.xml index 1e03318..ace7c9c 100644 --- a/cfml.parsing/pom.xml +++ b/cfml.parsing/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.0-SNAPSHOT + 2.16.0 4.0.0 diff --git a/pom.xml b/pom.xml index 4eb34eb..03b08d0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.cfmleditor cfparser - 2.16.0-SNAPSHOT + 2.16.0 pom coldfusion-parser