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-parent.git
commit f53557772ef5613cb2b644b1cee9cd0e3ac7da20 Author: Eric Barboni <[email protected]> AuthorDate: Thu May 9 15:27:31 2019 +0200 Remove incubation element --- pom.xml | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 210ec15..c3edb6b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ under the License. <packaging>pom</packaging> <name>Apache Netbeans</name> - <description>Apache NetBeans (incubating) is an integrated development environment, tooling platform, and application framework.</description> + <description>Apache NetBeans is an integrated development environment, tooling platform, and application framework.</description> <url>https://netbeans.apache.org/</url> <licenses> <license> @@ -48,59 +48,59 @@ under the License. <developer> <id>apachenetbeansdev</id> <name>Apache NetBeans Dev Mailing List</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> </developers> <mailingLists> <mailingList> - <name>Apache Netbeans (incubating) Users List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>mailto:[email protected]</post> + <name>Apache Netbeans Users List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>mailto:[email protected]</post> <archive>https://mail-archives.apache.org/mod_mbox/netbeans-users/</archive> </mailingList> <mailingList> - <name>Apache Netbeans (incubating) Dev List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>mailto:[email protected]</post> + <name>Apache Netbeans Dev List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>mailto:[email protected]</post> <archive>https://mail-archives.apache.org/mod_mbox/netbeans-dev/</archive> </mailingList> <mailingList> - <name>Apache Netbeans (incubating) NetCAT List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>mailto:[email protected]</post> + <name>Apache Netbeans NetCAT List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>mailto:[email protected]</post> <archive>https://mail-archives.apache.org/mod_mbox/netbeans-netcat/</archive> </mailingList> <mailingList> - <name>Apache Netbeans (incubating) Announcements List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>mailto:[email protected]</post> + <name>Apache Netbeans Announcements List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>mailto:[email protected]</post> <archive>https://mail-archives.apache.org/mod_mbox/netbeans-announce/</archive> </mailingList> <mailingList> - <name>Apache Netbeans (incubating) Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>mailto:[email protected]</post> + <name>Apache Netbeans Commits List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>mailto:[email protected]</post> <archive>https://mail-archives.apache.org/mod_mbox/netbeans-commits/</archive> </mailingList> <mailingList> - <name>Apache Netbeans (incubating) Notifications List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>mailto:[email protected]</post> + <name>Apache Netbeans Notifications List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>mailto:[email protected]</post> <archive>https://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:https://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-parent.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-parent.git</developerConnection> + <url>https://github.com/apache/netbeans-parent</url> <tag>HEAD</tag> </scm> <issueManagement> --------------------------------------------------------------------- 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
