Fix versioning - #76
Conversation
There was a problem hiding this comment.
This PR updates the versioning approach to use Maven's CI-friendly version placeholders, which is a good practice for automated builds. The GitHub Actions workflow changes correctly pass the -Drevision parameter to Maven commands.
However, there is a critical issue that must be fixed: the ${revision} property in pom.xml requires a default value in the properties section. Without this default value, the build will fail in scenarios where -Drevision is not explicitly provided (local builds, IDE imports, dependency resolution, etc.). Please add <revision>0.0.1-SNAPSHOT</revision> to the properties section before merging.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
This reverts commit a262684.
No description provided.