diff --git a/liberty-maven-app-parent/pom.xml b/liberty-maven-app-parent/pom.xml index 22fd2521e..e1b052b90 100644 --- a/liberty-maven-app-parent/pom.xml +++ b/liberty-maven-app-parent/pom.xml @@ -20,7 +20,7 @@ io.openliberty.tools liberty-maven - 3.9-SNAPSHOT + 3.8.1-SNAPSHOT liberty-maven-app-parent diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 905e1a64a..b84d8e277 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.openliberty.tools liberty-maven - 3.9-SNAPSHOT + 3.8.1-SNAPSHOT liberty-maven-plugin @@ -66,7 +66,7 @@ io.openliberty.tools ci.common - 1.8.24 + 1.8.25-SNAPSHOT org.twdata.maven diff --git a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/InstallFeatureSupport.java b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/InstallFeatureSupport.java index 1b4da99a8..db13a1416 100644 --- a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/InstallFeatureSupport.java +++ b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/InstallFeatureSupport.java @@ -201,7 +201,7 @@ else if (util == null && !noFeaturesSection) { else { Set dependencyFeatures = getDependencyFeatures(); Set serverFeatures = serverDirectory.exists() ? util.getServerFeatures(serverDirectory, getLibertyDirectoryPropertyFiles()) : null; - return InstallFeatureUtil.combineToSet(pluginListedFeatures, dependencyFeatures, serverFeatures); + return util.combineToSet(pluginListedFeatures, dependencyFeatures, serverFeatures); } } diff --git a/pom.xml b/pom.xml index bab04c4f6..3295073d4 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.openliberty.tools liberty-maven - 3.9-SNAPSHOT + 3.8.1-SNAPSHOT pom Liberty Tools for Maven