I can´t update from 3.20.0 to 3.20.2.1 #49644
-
Hi everyone. I have a quarkus project with the version 3.20.0 and I want to update to 3.20.2.1
And when I try to update to the lastest version LTS 3.20 , the sugestion is 3.20.0.CR1:
What is it wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
maybe try updating the quarkus version in pom.xml |
Beta Was this translation helpful? Give feedback.
-
@aloubyansky this looks odd. |
Beta Was this translation helpful? Give feedback.
-
@danieltche thanks for reporting the issue. Do you happen to a Quarkus CLI installed? For example,
It should create a new project using the latest 3.20 release recommended by the registry (which should also be the target for update). You could also run
|
Beta Was this translation helpful? Give feedback.
Hi @danieltche, you surely did, thanks for reporting the issue.
You can see all the available parameters for a goal using
mvn help:describe
, for example:Unfortunately, there is no refresh.
In case you don't use the CLI, you could simply remove
~/.m2/repository/io/quarkus/registry
to achieve the same effect.However, these artifacts should be refreshed daily. Theoretically, you shouldn't have to do that. But give it a try and re-run the command.
If you see the same version recommended, it might be because you are using a corporate mirror and that mirror is not up-to-date.
You can check the c…