This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
commit 101c0d2f62fff21fe516ae54e0d694a33e959ece Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Mon Nov 22 17:41:02 2021 +0100 fix artifact names --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 26e7235..9e2ea35 100755 --- a/pom.xml +++ b/pom.xml @@ -299,17 +299,17 @@ </configuration> </execution> <execution> - <id>cmp-jspwiki-kendra-search-provider</id> + <id>cmp-jspwiki-kendra-searchprovider</id> <phase>generate-resources</phase> <goals><goal>cmp</goal></goals> <configuration> <parameter> - <htmlTitle>Binary compatibility between jspwiki-kendra-search-provider ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle> + <htmlTitle>Binary compatibility between jspwiki-kendra-searchprovider ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle> </parameter> <oldVersion> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>jspwiki-kendra-search-provider</artifactId> + <artifactId>jspwiki-kendra-searchprovider</artifactId> <version>${plugin.japicmp.jspwiki-old}</version> <type>jar</type> </dependency> @@ -317,7 +317,7 @@ <newVersion> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>jspwiki-kendra-search-provider</artifactId> + <artifactId>jspwiki-kendra-searchprovider</artifactId> <version>${plugin.japicmp.jspwiki-new}</version> <type>jar</type> </dependency> @@ -378,17 +378,17 @@ </configuration> </execution> <execution> - <id>cmp-jspwiki-tika-search-provider</id> + <id>cmp-jspwiki-tika-searchprovider</id> <phase>generate-resources</phase> <goals><goal>cmp</goal></goals> <configuration> <parameter> - <htmlTitle>Binary compatibility between jspwiki-tika-search-provider ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle> + <htmlTitle>Binary compatibility between jspwiki-tika-searchprovider ${plugin.japicmp.jspwiki-new} and ${plugin.japicmp.jspwiki-old}</htmlTitle> </parameter> <oldVersion> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>jspwiki-tika-search-provider</artifactId> + <artifactId>jspwiki-tika-searchprovider</artifactId> <version>${plugin.japicmp.jspwiki-old}</version> <type>jar</type> </dependency> @@ -396,7 +396,7 @@ <newVersion> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>jspwiki-tika-search-provider</artifactId> + <artifactId>jspwiki-tika-searchprovider</artifactId> <version>${plugin.japicmp.jspwiki-new}</version> <type>jar</type> </dependency>
