Skip to content

Commit

Permalink
Merge pull request #4185 from pdudits/payara-3882
Browse files Browse the repository at this point in the history
PAYARA-3882: Remove glassfish groupIds
  • Loading branch information
pdudits committed Sep 10, 2019
2 parents b8bcde5 + 36c2f27 commit b08be47
Show file tree
Hide file tree
Showing 785 changed files with 3,022 additions and 3,086 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
@@ -1,7 +1,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2016-2018] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2016-2019] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -41,7 +41,7 @@
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>fish.payara</groupId>
<groupId>fish.payara.server</groupId>
<artifactId>payara-nucleus-parent</artifactId>
<version>5.194-SNAPSHOT</version>
<relativePath>../nucleus/pom.xml</relativePath>
Expand Down
8 changes: 4 additions & 4 deletions appserver/admin/admin-core/pom.xml
Expand Up @@ -43,7 +43,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/maven-v4_0_0.xsd">
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand All @@ -56,19 +56,19 @@

<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<groupId>fish.payara.server.internal.common</groupId>
<artifactId>common-util</artifactId>
<version>${project.version}</version>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<groupId>fish.payara.server.internal.test-utils</groupId>
<artifactId>utils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/backup-l10n/osgi.bundle
Expand Up @@ -38,4 +38,4 @@
# holder.
#

Fragment-Host: org.glassfish.main.admin.backup; bundle-version=${project.osgi.version}
Fragment-Host: fish.payara.server.internal.admin.backup; bundle-version=${project.osgi.version}
2 changes: 1 addition & 1 deletion appserver/admin/backup-l10n/pom.xml
Expand Up @@ -42,7 +42,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/maven-v4_0_0.xsd">
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand Down
6 changes: 3 additions & 3 deletions appserver/admin/backup/pom.xml
Expand Up @@ -42,7 +42,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/maven-v4_0_0.xsd">
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -86,12 +86,12 @@

<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin-util</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<groupId>fish.payara.server.internal.common</groupId>
<artifactId>common-util</artifactId>
<version>${project.parent.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/cli-optional-l10n/pom.xml
Expand Up @@ -45,7 +45,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand Down
18 changes: 9 additions & 9 deletions appserver/admin/cli-optional/pom.xml
Expand Up @@ -45,7 +45,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -131,36 +131,36 @@
</build>
<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin-cli</artifactId>
<version>${project.version}</version>
</dependency> <dependency>
<groupId>org.glassfish.main.core</groupId>
<groupId>fish.payara.server.internal.core</groupId>
<artifactId>glassfish</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>server-mgmt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<groupId>fish.payara.server.internal.common</groupId>
<artifactId>common-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>launcher</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<groupId>fish.payara.server.internal.common</groupId>
<artifactId>glassfish-api</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -169,7 +169,7 @@
<artifactId>hk2-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>backup</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions appserver/admin/cli/pom.xml
Expand Up @@ -45,7 +45,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -86,7 +86,7 @@
</build>
<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin-cli</artifactId>
<version>${project.parent.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions appserver/admin/gf_template/pom.xml
Expand Up @@ -45,7 +45,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand All @@ -56,7 +56,7 @@

<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand All @@ -77,7 +77,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<overWrite>false</overWrite>
Expand Down
6 changes: 3 additions & 3 deletions appserver/admin/gf_template_web/pom.xml
Expand Up @@ -43,7 +43,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand All @@ -54,7 +54,7 @@

<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand All @@ -75,7 +75,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<overWrite>false</overWrite>
Expand Down
6 changes: 3 additions & 3 deletions appserver/admin/pom.xml
Expand Up @@ -41,17 +41,17 @@
-->

<!-- Portions Copyright [2016-2017] [Payara Foundation] -->
<!-- Portions Copyright [2016-2019] [Payara Foundation] -->

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fish.payara</groupId>
<groupId>fish.payara.server</groupId>
<artifactId>payara-parent</artifactId>
<version>5.194-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<packaging>pom</packaging>
<name>Admin Modules</name>
Expand Down
6 changes: 3 additions & 3 deletions appserver/admin/production_domain_template/pom.xml
Expand Up @@ -44,7 +44,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand All @@ -55,7 +55,7 @@

<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand All @@ -76,7 +76,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<overWrite>false</overWrite>
Expand Down
6 changes: 3 additions & 3 deletions appserver/admin/production_domain_template_web/pom.xml
Expand Up @@ -44,7 +44,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand All @@ -55,7 +55,7 @@

<dependencies>
<dependency>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand All @@ -76,7 +76,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>nucleus-domain</artifactId>
<version>${project.version}</version>
<overWrite>false</overWrite>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/runtime/mgmt-infra/pom.xml
Expand Up @@ -43,7 +43,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/maven-v4_0_0.xsd">
<parent>
<groupId>org.glassfish.main.admin.runtime</groupId>
<groupId>fish.payara.server.internal.admin.runtime</groupId>
<artifactId>runtime</artifactId>
<version>4.1-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions appserver/admin/runtime/pom.xml
Expand Up @@ -45,12 +45,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.main.admin</groupId>
<groupId>fish.payara.server.internal.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish.main.admin.runtime</groupId>
<groupId>fish.payara.server.internal.admin.runtime</groupId>
<artifactId>runtime</artifactId>
<packaging>pom</packaging>
<name>Admin Runtime</name>
Expand Down
@@ -1,7 +1,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) [2018] Payara Foundation and/or its affiliates.
# Copyright (c) [2018-2019] Payara Foundation and/or its affiliates.
# All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
Expand Down Expand Up @@ -38,4 +38,4 @@
# only if the new code is made subject to such option by the copyright
# holder.

Fragment-Host: fish.payara.admingui.cdieventbus-notifier-console-plugin; bundle-version=${project.osgi.version}
Fragment-Host: fish.payara.server.internal.admingui.cdieventbus-notifier-console-plugin; bundle-version=${project.osgi.version}
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2018] Payara Foundation and/or its affiliates.
Copyright (c) [2018-2019] Payara Foundation and/or its affiliates.
All rights reserved.
The contents of this file are subject to the terms of either the GNU
Expand Down Expand Up @@ -43,7 +43,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>fish.payara.admingui</groupId>
<groupId>fish.payara.server.internal.admingui</groupId>
<artifactId>admingui</artifactId>
<version>5.194-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2017 Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) 2017-2019 Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -41,7 +41,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>fish.payara.admingui</groupId>
<groupId>fish.payara.server.internal.admingui</groupId>
<artifactId>admingui</artifactId>
<version>5.194-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -76,7 +76,7 @@

<dependencies>
<dependency>
<groupId>fish.payara.admingui</groupId>
<groupId>fish.payara.server.internal.admingui</groupId>
<artifactId>console-plugin-service</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions appserver/admingui/cluster-l10n/osgi.bundle
Expand Up @@ -38,6 +38,6 @@
# holder.
#

# "Portions Copyright [2016] [Payara Foundation]"
# "Portions Copyright [2016-2019] [Payara Foundation]"

Fragment-Host: fish.payara.admingui.console-cluster-plugin; bundle-version=${project.osgi.version}
Fragment-Host: fish.payara.server.internal.admingui.console-cluster-plugin; bundle-version=${project.osgi.version}

0 comments on commit b08be47

Please sign in to comment.