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/incubator-netbeans-mavenutils.git
The following commit(s) were added to refs/heads/master by this push:
new e72b87f scm elements should point to the mavenutils scm
e72b87f is described below
commit e72b87ff188fb3d7ac930e3bb33cd16bb175d004
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jan 30 13:53:31 2019 +0100
scm elements should point to the mavenutils scm
---
netbeansparent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/netbeansparent/pom.xml b/netbeansparent/pom.xml
index b3447be..fafe477 100644
--- a/netbeansparent/pom.xml
+++ b/netbeansparent/pom.xml
@@ -96,9 +96,9 @@ under the License.
</mailingLists>
<scm>
-
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans.git</connection>
-
<developerConnection>scm:git:gitbox.apache.org/repos/asf/incubator-netbeans.git</developerConnection>
- <url>https://github.com/apache/incubator-netbeans</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git</developerConnection>
+ <url>https://github.com/apache/incubator-netbeans-mavenutils</url>
</scm>
<issueManagement>
<system>jira</system>
---------------------------------------------------------------------
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