We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89027d1 commit 060a15eCopy full SHA for 060a15e
test/check_registry/check_registry.go
@@ -52,9 +52,9 @@ func getProjectReplacements() []ProjectReplacement {
52
},
53
{
54
Devfile: "java-wildfly-bootable-jar",
55
- ReplacementRepo: "https://github.com/wildfly-extras/wildfly-devfile-examples.git",
56
- SubDir: "",
57
- Revision: "qs",
+ ReplacementRepo: "https://github.com/wildfly-extras/wildfly-jar-maven-plugin.git",
+ SubDir: "examples/authentication",
+ Revision: "",
58
59
60
Devfile: "java-quarkus",
0 commit comments