This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 53dfe88  use a fork of gradle plugin updated for https (#25)
53dfe88 is described below

commit 53dfe88d154587f0bbe838cda47ad5299287a951
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Sat Feb 29 23:16:37 2020 +0100

    use a fork of gradle plugin updated for https (#25)
    
    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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to