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-parent.git

commit 0b20ff6dd0ac0474b2004b78f623f059c597be6a
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Mar 15 11:53:57 2019 +0100

    use Apache NetBeans (incubating) parent pom 1, use groupid starting with 
org.apache.netbeans  + utilities
---
 nb-repository-plugin/pom.xml |  2 +-
 nbm-maven-harness/pom.xml    |  2 +-
 nbm-maven-plugin/pom.xml     |  2 +-
 nbm-shared/pom.xml           |  2 +-
 parent/pom.xml               | 74 +++++++++++++-------------------------------
 webskin/pom.xml              |  2 +-
 6 files changed, 27 insertions(+), 57 deletions(-)

diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml
index e4a5871..7d9ac8c 100644
--- a/nb-repository-plugin/pom.xml
+++ b/nb-repository-plugin/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
-        <groupId>org.netbeans.maven</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
         <version>1-SNAPSHOT</version>
     </parent>
diff --git a/nbm-maven-harness/pom.xml b/nbm-maven-harness/pom.xml
index db3def4..69dd510 100644
--- a/nbm-maven-harness/pom.xml
+++ b/nbm-maven-harness/pom.xml
@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.netbeans.maven</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
         <version>1-SNAPSHOT</version>
     </parent>
diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml
index 4bcdb17..59043f6 100644
--- a/nbm-maven-plugin/pom.xml
+++ b/nbm-maven-plugin/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
-        <groupId>org.netbeans.maven</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
         <version>1-SNAPSHOT</version>
     </parent>
diff --git a/nbm-shared/pom.xml b/nbm-shared/pom.xml
index c1aac41..4530256 100644
--- a/nbm-shared/pom.xml
+++ b/nbm-shared/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
-        <groupId>org.netbeans.maven</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
         <version>1-SNAPSHOT</version>
     </parent>
diff --git a/parent/pom.xml b/parent/pom.xml
index 259fbb5..959c232 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1,12 +1,30 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>21</version>
+        <groupId>org.apache.netbeans</groupId>
+        <artifactId>netbeans-parent</artifactId>
+        <version>1</version>
     </parent>
-    <groupId>org.netbeans.maven</groupId>
+    <groupId>org.apache.netbeans.utilities</groupId>
     <artifactId>utilities-parent</artifactId>
     <version>1-SNAPSHOT</version>
     <packaging>pom</packaging>
@@ -20,54 +38,6 @@
             <distribution>repo</distribution>
         </license>
     </licenses>
-    <issueManagement>
-        <system>jira</system>
-        <url>https://issues.apache.org/jira/projects/NETBEANS</url>
-    </issueManagement>
-    <mailingLists>
-        <mailingList> 
-            <name>Apache Netbeans (incubating) Users List</name>
-            
<subscribe>users-subscr...@netbeans.incubator.apache.org</subscribe>
-            
<unsubscribe>users-unsubscr...@netbeans.incubator.apache.org</unsubscribe>
-            <post>mailto:us...@netbeans.incubator.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/netbeans-users/</archive>
-        </mailingList>
-        <mailingList> 
-            <name>Apache Netbeans (incubating) Dev List</name>
-            <subscribe>dev-subscr...@netbeans.incubator.apache.org</subscribe>
-            
<unsubscribe>dev-unsubscr...@netbeans.incubator.apache.org</unsubscribe>
-            <post>mailto:d...@netbeans.incubator.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/netbeans-dev/</archive>
-        </mailingList>
-        <mailingList> 
-            <name>Apache Netbeans (incubating) NetCAT List</name>
-            
<subscribe>netcat-subscr...@netbeans.incubator.apache.org</subscribe>
-            
<unsubscribe>netcat-unsubscr...@netbeans.incubator.apache.org</unsubscribe>
-            <post>mailto:net...@netbeans.incubator.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/netbeans-netcat/</archive>
-        </mailingList>
-        <mailingList> 
-            <name>Apache Netbeans (incubating) Announcements List</name>
-            
<subscribe>announce-subscr...@netbeans.incubator.apache.org</subscribe>
-            
<unsubscribe>announce-unsubscr...@netbeans.incubator.apache.org</unsubscribe>
-            <post>mailto:annou...@netbeans.incubator.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/netbeans-announce/</archive>
-        </mailingList>
-        <mailingList> 
-            <name>Apache Netbeans (incubating) Commits List</name>
-            
<subscribe>commits-subscr...@netbeans.incubator.apache.org</subscribe>
-            
<unsubscribe>commits-unsubscr...@netbeans.incubator.apache.org</unsubscribe>
-            <post>mailto:comm...@netbeans.incubator.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/netbeans-commits/</archive>
-        </mailingList>
-        <mailingList> 
-            <name>Apache Netbeans (incubating) Notifications List</name>
-            
<subscribe>notifications-subscr...@netbeans.incubator.apache.org</subscribe>
-            
<unsubscribe>notifications-unsubscr...@netbeans.incubator.apache.org</unsubscribe>
-            <post>mailto:notificati...@netbeans.incubator.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/netbeans-notifications/</archive>
-        </mailingList>
-    </mailingLists>
     <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>
diff --git a/webskin/pom.xml b/webskin/pom.xml
index 949e8dd..0139885 100644
--- a/webskin/pom.xml
+++ b/webskin/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
-        <groupId>org.netbeans.maven</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
         <version>1-SNAPSHOT</version>
     </parent>


---------------------------------------------------------------------
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