Skip to content

Commit

Permalink
Fixes #5000 - Change Mojarra implementation artifactId to mojarra
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Sep 27, 2023
1 parent bc5678c commit 59e7c4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish</groupId>
<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-action</artifactId>
<packaging>jar</packaging>

Expand Down
3 changes: 1 addition & 2 deletions cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish</groupId>
<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-cdi</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish</groupId>
<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>jakarta.faces</artifactId>
<artifactId>mojarra</artifactId>
<packaging>jar</packaging>

<name>Mojarra ${project.version}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
</parent>

<groupId>org.glassfish</groupId>
<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
3 changes: 1 addition & 2 deletions rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.glassfish</groupId>
<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.mojarra</groupId>
<artifactId>mojarra-rest</artifactId>
<packaging>jar</packaging>

Expand Down

0 comments on commit 59e7c4d

Please sign in to comment.