This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch ebarboni-gradleplugin-patch in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git
commit 4d26264dbe4b348b304ff5b29996452f87cfabc7 Author: Eric Barboni <[email protected]> AuthorDate: Wed Feb 19 16:05:25 2020 +0100 use a fork of gradle plugin updated for https https://github.com/thingsboard/gradle-maven-plugin --- html4j-maven-plugin/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html4j-maven-plugin/pom.xml b/html4j-maven-plugin/pom.xml index 491cb09..6ebc177 100644 --- a/html4j-maven-plugin/pom.xml +++ b/html4j-maven-plugin/pom.xml @@ -143,9 +143,9 @@ <build> <plugins> <plugin> - <groupId>org.fortasoft</groupId> + <groupId>org.thingsboard</groupId> <artifactId>gradle-maven-plugin</artifactId> - <version>1.0.8</version> + <version>1.0.9</version> <configuration> <tasks> <task>build</task> @@ -174,7 +174,7 @@ <build> <plugins> <plugin> - <groupId>org.fortasoft</groupId> + <groupId>org.thingsboard</groupId> <artifactId>gradle-maven-plugin</artifactId> <configuration> <gradleInstallationDir>${gradle.installation}</gradleInstallationDir> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
