Change quarkus-webjars-locator realocation message as it was pointing to wrong one

This commit is contained in:
Jakub Jedlicka 2024-04-25 15:25:09 +02:00
parent 7470de84fb
commit 1622cf97ea
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ public class generaterelocations implements Runnable {
RELOCATIONS.put("quarkus-smallrye-reactive-messaging-rabbitmq-deployment", smallryeReactiveMessagingRelocation);
Function<String, Relocation> webjarsLocatorRelocation = a -> Relocation.ofArtifactId(a, a.replace("webjars-locator", "web-dependency-locator"),
"3.10");
"3.11");
RELOCATIONS.put("quarkus-webjars-locator", webjarsLocatorRelocation);
RELOCATIONS.put("quarkus-webjars-locator-deployment", webjarsLocatorRelocation);
}

View File

@ -16,7 +16,7 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-web-dependency-locator-deployment</artifactId>
<version>${project.version}</version>
<message>Update the artifactId in your project build file. Refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.10 for more information.</message>
<message>Update the artifactId in your project build file. Refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.11 for more information.</message>
</relocation>
</distributionManagement>
</project>

View File

@ -16,7 +16,7 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-web-dependency-locator</artifactId>
<version>${project.version}</version>
<message>Update the artifactId in your project build file. Refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.10 for more information.</message>
<message>Update the artifactId in your project build file. Refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.11 for more information.</message>
</relocation>
</distributionManagement>
</project>