Skip to content

Commit

Permalink
Use versionAsInProject instead of LATEST for karaf feature loaded in …
Browse files Browse the repository at this point in the history
…integration test
  • Loading branch information
steinarb committed Feb 12, 2024
1 parent 77d2dfe commit 8d6cf51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public Option[] config() {
final MavenArtifactUrlReference authserviceFeatureRepo = maven()
.groupId("no.priv.bang.authservice")
.artifactId("karaf")
.version("LATEST")
.versionAsInProject()
.type("xml")
.classifier("features");
Option[] options = new Option[] {
Expand Down

0 comments on commit 8d6cf51

Please sign in to comment.