You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
i'm using gradle 1.6. I'm on a branch with name 8.5.0. The release tasks creates the correct tags in the git, 8.5.0-REL-1 and so on, but the deployed maven artifacts doesn't have a corrent version. The versioning of the jar and pom is "unspecified". If I add the version attribute to the subproject, then these version is used for the deployment, and not the branch-REL-X one.