This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git
commit c9a4d59f68df3a6c4a956f832ee1c0a1a3bd063d Author: Eric Barboni <sk...@apache.org> AuthorDate: Fri May 24 17:48:14 2019 +0200 fix scm --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0850013..cdd3c93 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ under the License. </licenses> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git</connection> - <developerConnection>scm:git:gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git</developerConnection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git</developerConnection> <url>https://github.com/apache/netbeans-mavenutils-nb-repository-plugin</url> </scm> <!-- TODO need to override parent version value... I suppose this will eventually end up in mojo parent pom, check regularly --> --------------------------------------------------------------------- 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