Move to 2.16.2-SNAPSHOT [ai] - #75
Merged
Merged
Conversation
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 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.16.1-SNAPSHOThas now been published more than once, so the coordinate no longer identifies a single build — a consumer resolving it cannot tell which contents it got, and Gradle caches snapshot modules 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.xmlandbuild.gradle, plus thepom.xml/gradle.propertiespair under each ofcfml.parsing,cfml.dictionaryandcfml.cli.Once this merges I'll cut the
2.16.2-SNAPSHOTrelease, and point CFLint's pin at it (bothpom.xml'scfparser.versionand the hardcoded coordinate inbuild.gradle) before CFLint 1.5.15 is released.🤖 Generated with Claude Code