You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/19 15:06:03 UTC

[netbeans-html4j] 01/01: use a fork of gradle plugin updated for https

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 <sk...@apache.org>
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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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