From cc39d336e2c9c22f6d16b31bd5330938723102a9 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Aug 2026 01:29:16 +0000 Subject: [PATCH] Begin 2.16.1-SNAPSHOT master was left on 2.16.0, which is now published and immutable. Development continues on the next snapshot so nothing lands on a released coordinate. All twelve version locations moved. No other change. --- 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 34d83f4..a26a5ce 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ mvn clean install com.github.cfmleditor cfml.parsing - 2.16.0 + 2.16.1-SNAPSHOT ``` To update the version number prior to a build, run: -`mvn versions:set -DnewVersion=2.16.0` +`mvn versions:set -DnewVersion=2.16.1-SNAPSHOT` #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 1eeb425..5ff466b 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' +version = '2.16.1-SNAPSHOT' license { header rootProject.file('LICENSE') diff --git a/cfml.cli/README.md b/cfml.cli/README.md index 75abdf7..76e66d6 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 + 2.16.1-SNAPSHOT ``` diff --git a/cfml.cli/pom.xml b/cfml.cli/pom.xml index b41e675..e31d5a6 100644 --- a/cfml.cli/pom.xml +++ b/cfml.cli/pom.xml @@ -5,7 +5,7 @@ com.github.cfmleditor cfparser - 2.16.0 + 2.16.1-SNAPSHOT cfml.cli diff --git a/cfml.dictionary/README.md b/cfml.dictionary/README.md index 9fa5559..253d5c4 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 + 2.16.1-SNAPSHOT ``` diff --git a/cfml.dictionary/gradle.properties b/cfml.dictionary/gradle.properties index 8a42493..46b5b7b 100644 --- a/cfml.dictionary/gradle.properties +++ b/cfml.dictionary/gradle.properties @@ -1 +1 @@ -version=2.16.0 +version=2.16.1-SNAPSHOT diff --git a/cfml.dictionary/pom.xml b/cfml.dictionary/pom.xml index 22ea938..c4683d8 100644 --- a/cfml.dictionary/pom.xml +++ b/cfml.dictionary/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.0 + 2.16.1-SNAPSHOT 4.0.0 diff --git a/cfml.parsing/README.md b/cfml.parsing/README.md index 8227e45..a58b088 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 + 2.16.1-SNAPSHOT ``` diff --git a/cfml.parsing/gradle.properties b/cfml.parsing/gradle.properties index c099bb4..95b6254 100644 --- a/cfml.parsing/gradle.properties +++ b/cfml.parsing/gradle.properties @@ -1,2 +1,2 @@ antlrVersion=4.13.2 -version=2.16.0 +version=2.16.1-SNAPSHOT diff --git a/cfml.parsing/pom.xml b/cfml.parsing/pom.xml index ace7c9c..ec53e95 100644 --- a/cfml.parsing/pom.xml +++ b/cfml.parsing/pom.xml @@ -3,7 +3,7 @@ com.github.cfmleditor cfparser - 2.16.0 + 2.16.1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 03b08d0..91dba92 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.cfmleditor cfparser - 2.16.0 + 2.16.1-SNAPSHOT pom coldfusion-parser