-
Notifications
You must be signed in to change notification settings - Fork 86
Release Cobrix v2.8.3 #762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the version numbers for a new Cobrix release. The key changes include bumping the core project version to "2.8.4-SNAPSHOT" in version.sbt and parent pom files, and updating dependent modules and example projects from "2.8.2" to "2.8.3" in their respective pom.xml and build.sbt files.
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.sbt | Updated the core project version to "2.8.4-SNAPSHOT". |
| spark-cobol/pom.xml and pom.xml | Updated parent version to "2.8.4-SNAPSHOT". |
| examples/spark-cobol-s3-standalone/pom.xml | Updated spark-cobol version from "2.8.2" to "2.8.3". |
| examples/spark-cobol-app/pom.xml and build.sbt | Incremented spark-cobol version from "2.8.2" to "2.8.3". |
| examples/examples-collection/pom.xml | Updated spark-cobol version to "2.8.3". |
| cobol-parser/pom.xml and cobol-converters/pom.xml | Updated parent version to "2.8.4-SNAPSHOT". |
| README.md | Updated version references for the spark-cobol artifacts and bundle jar naming. |
Comments suppressed due to low confidence (1)
version.sbt:1
- There is an inconsistency in version numbering: the core project and parent poms are bumped to "2.8.4-SNAPSHOT" while dependent modules and documentation refer to "2.8.3". Please verify and align the version numbers across the repository.
+ThisBuild / version := "2.8.4-SNAPSHOT"
JaCoCo code coverage report - 'cobol-parser'
|
JaCoCo code coverage report - 'spark-cobol'
|
Created by Github action