Skip to content

Fix versioning - #76

Merged
MateuszGravity9 merged 4 commits into
mainfrom
feature/maven_fixes
Jun 24, 2026
Merged

Fix versioning#76
MateuszGravity9 merged 4 commits into
mainfrom
feature/maven_fixes

Conversation

@MateuszGravity9

Copy link
Copy Markdown
Collaborator

No description provided.

@amazon-q-developer amazon-q-developer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread pom.xml
Comment thread pom.xml
MateuszGravity9 and others added 3 commits June 24, 2026 14:56
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
This reverts commit a262684.
@MateuszGravity9
MateuszGravity9 merged commit e19dfb5 into main Jun 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants