Skip to content

Commit

Permalink
#23455: javaee.jar should be renamed to jakartaee.jar
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Apr 20, 2022
1 parent 889d9c8 commit 085be5d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2021 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -1594,7 +1594,7 @@

<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>javaee-frag</artifactId>
<artifactId>jakartaee-frag</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down
4 changes: 2 additions & 2 deletions appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2021 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -546,7 +546,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>javaee-frag</artifactId>
<artifactId>jakartaee-frag</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,19 +22,19 @@

<parent>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>javaee-pom</artifactId>
<artifactId>jakartaee-pom</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>javaee-frag</artifactId>
<artifactId>jakartaee-frag</artifactId>
<packaging>distribution-fragment</packaging>

<name>GlassFish javaee.jar distribution fragment</name>

<dependencies>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>javaee</artifactId>
<artifactId>jakartaee</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

<parent>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>javaee-pom</artifactId>
<artifactId>jakartaee-pom</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>javaee</artifactId>
<artifactId>jakartaee</artifactId>

<name>GlassFish javaee.jar </name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -27,7 +27,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>javaee-pom</artifactId>
<artifactId>jakartaee-pom</artifactId>
<packaging>pom</packaging>

<name>GlassFish JavaEE Manifest pom</name>
Expand Down
4 changes: 2 additions & 2 deletions appserver/extras/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -33,7 +33,7 @@
<name>GlassFish Extras modules</name>

<modules>
<module>javaee</module>
<module>jakartaee</module>
<module>appserv-rt</module>
</modules>

Expand Down
4 changes: 2 additions & 2 deletions appserver/featuresets/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2021, 2022 Contributors to Eclipse Foundation.
Copyright (c) 2015, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2015, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -523,7 +523,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>javaee</artifactId>
<artifactId>jakartaee</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 085be5d

Please sign in to comment.