This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git
commit fc8aec41b3e0448d69ef9625dec324b009be0765 Author: Andreas Schaefer <[email protected]> AuthorDate: Wed Aug 21 07:00:41 2019 -0700 Adjusted the Converted to the addition of the Prefix --- .../java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java b/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java index 98c0ebd..4638912 100644 --- a/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java +++ b/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java @@ -182,7 +182,7 @@ public final class ConvertCPMojo bundleStartOrder, fmOutput, artifactIdOverride, -// fmPrefix, + fmPrefix, properties ) )
