Conversation
Update the default version fallback in build.gradle.kts and synchronize the README installation examples to reflect the 0.1.1 release version. This aligns the documentation and build configuration with the upcoming release, following the CI snapshot version bump in e9ac979. - Update build.gradle.kts fallback version from 0.1.0 to 0.1.1 - Update README Gradle dependency example to 0.1.1 - Update README Maven dependency example to 0.1.1
Prepare for the next development cycle by incrementing version references across the repository. Updates the CI snapshot version in gradle.properties, the build fallback version, and all documentation examples. - Update VERSION_NAME to 0.1.2-SNAPSHOT in gradle.properties - Update build.gradle.kts fallback version to 0.1.2 - Update README Gradle and Maven dependency examples to 0.1.2
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughVersion bump from 0.1.0 to 0.1.2 across project configuration and documentation. README.md, build.gradle.kts, and gradle.properties all updated to reflect the new version, with gradle.properties designating a SNAPSHOT pre-release. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (5)
✏️ Tip: You can disable this entire section by setting Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the project version from 0.1.0 to 0.1.2 across configuration and documentation files to reflect a new release version.
Changes:
- Updated
VERSION_NAMEingradle.propertiesto0.1.2-SNAPSHOT - Updated fallback version in
build.gradle.ktsto0.1.2 - Updated documentation examples in
README.mdto reference version0.1.2
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| gradle.properties | Updated VERSION_NAME to 0.1.2-SNAPSHOT |
| build.gradle.kts | Updated fallback version from 0.1.0 to 0.1.2 |
| README.md | Updated installation examples and instructions to reference version 0.1.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| GROUP=com.williamcallahan | ||
| POM_ARTIFACT_ID=apple-maps-java | ||
| VERSION_NAME=0.1.0 | ||
| VERSION_NAME=0.1.2-SNAPSHOT |
There was a problem hiding this comment.
The VERSION_NAME is set to 0.1.2-SNAPSHOT, which indicates a development/pre-release version, but the PR description and README.md indicate this is meant to be a production release version 0.1.2. For a release, the VERSION_NAME should be 0.1.2 without the -SNAPSHOT suffix. The -SNAPSHOT suffix is conventionally used for development versions that are not yet released. If this is intended to be a release, change to VERSION_NAME=0.1.2. If this is preparing for development after the 0.1.2 release, it would typically be 0.1.3-SNAPSHOT instead.
| VERSION_NAME=0.1.2-SNAPSHOT | |
| VERSION_NAME=0.1.2 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1da8cf5bae
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| GROUP=com.williamcallahan | ||
| POM_ARTIFACT_ID=apple-maps-java | ||
| VERSION_NAME=0.1.0 | ||
| VERSION_NAME=0.1.2-SNAPSHOT |
There was a problem hiding this comment.
Align VERSION_NAME with published release version
When building or publishing without explicitly passing -Pversion, build.gradle.kts uses VERSION_NAME from gradle.properties, which is now 0.1.2-SNAPSHOT. That means the produced artifact version will be a snapshot even though the README and fallback version were bumped to 0.1.2, so consumers following the README will look for a non‑snapshot release that won't exist (or you’ll publish the wrong coordinate). If this change is meant to update to the 0.1.2 release, VERSION_NAME should match the release version (or the README should stay at snapshot).
Useful? React with 👍 / 👎.
chore: bump version to 0.1.2-SNAPSHOT
chore: bump version to 0.1.2-SNAPSHOT
Bump project version from 0.1.0 to 0.1.2-SNAPSHOT to prepare for the next development cycle.
Version updates
VERSION_NAMEingradle.propertiesfrom0.1.0to0.1.2-SNAPSHOTbuild.gradle.ktsfrom0.1.0to0.1.2Documentation updates
README.mdto0.1.2README.mdto0.1.2