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-nbm-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new bdfe455 fix scm url
bdfe455 is described below
commit bdfe45588402af372a717821ff1c0852a4229e45
Author: Eric Barboni <[email protected]>
AuthorDate: Thu May 9 18:07:28 2019 +0200
fix scm url
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0999b75..9cf97df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,9 @@
</license>
</licenses>
<scm>
-
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</connection>
-
<developerConnection>scm:git:gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</developerConnection>
- <url>https://github.com/apache/incubator-netbeans-mavenutils</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git</connection>
+
<developerConnection>scm:git:gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git</developerConnection>
+
<url>https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin</url>
</scm>
<developers>
<developer>
---------------------------------------------------------------------
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