Skip to content
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

Set correct supported maven version #22472

Closed
llowinge opened this issue Dec 22, 2021 · 4 comments · Fixed by #23062
Closed

Set correct supported maven version #22472

llowinge opened this issue Dec 22, 2021 · 4 comments · Fixed by #23062
Assignees
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/maven
Milestone

Comments

@llowinge
Copy link
Contributor

Describe the bug

Supported maven version should start with 3.8.1. But in https://github.com/quarkusio/quarkus/blob/2.2/build-parent/pom.xml#L57 is 3.6.2.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@llowinge llowinge added the kind/bug Something isn't working label Dec 22, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Dec 22, 2021

/cc @quarkusio/devtools

@gsmet gsmet added area/housekeeping Issue type for generalized tasks not related to bugs or enhancements and removed kind/bug Something isn't working labels Dec 22, 2021
@gsmet
Copy link
Member

gsmet commented Dec 22, 2021

In 2.2, we still accepted 3.6.2 so I don't think we should change it in this branch.

@aloubyansky
Copy link
Member

Actually, it appears we don't. The bootstrap in 2.2 depends on 3.8.1 and there is an API incompatibility.

@gsmet
Copy link
Member

gsmet commented Dec 22, 2021

OK, I'll update it tomorrow in case we build another 2.2.

@gsmet gsmet self-assigned this Dec 22, 2021
gsmet added a commit to gsmet/quarkus that referenced this issue Dec 23, 2021
Quarkus 2.2 requires Maven 3.8.1+.
Fixes quarkusio#22472
@gsmet gsmet closed this as completed Dec 24, 2021
gastaldi pushed a commit that referenced this issue Jan 20, 2022
Quarkus 2.2 requires Maven 3.8.1+.
Fixes #22472
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Jan 20, 2022
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.0.Final Jan 21, 2022
gsmet added a commit to gsmet/quarkus that referenced this issue Jan 21, 2022
Quarkus 2.2 requires Maven 3.8.1+.
Fixes quarkusio#22472

(cherry picked from commit aaf8dea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/maven
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants