Skip to content

Commit

Permalink
Renamed two nucleus poms
Browse files Browse the repository at this point in the history
- They confused me for years. Now
  - Nucleus Parent specifies inherited versions and plugins
  - GlassFish Nucleus Modules is an aggregator POM

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed May 3, 2023
1 parent 48436b8 commit 86faf36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version>7.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>GlassFish Nucleus Parent Project</name>
<name>Nucleus Parent</name>
<description>Glassfish Nucleus Parent Project</description>
<url>https://projects.eclipse.org/projects/ee4j.glassfish</url>
<licenses>
Expand Down
5 changes: 2 additions & 3 deletions nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
<groupId>org.glassfish.main</groupId>
<artifactId>nucleus-parent</artifactId>
<version>7.0.5-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
<relativePath>parent</relativePath>
</parent>

<artifactId>glassfish-nucleus-parent</artifactId>
<packaging>pom</packaging>

<name>GlassFish Nucleus Project</name>
<description>Glassfish Nucleus Project</description>
<name>GlassFish Nucleus Modules</name>
<url>https://projects.eclipse.org/projects/ee4j.glassfish</url>
<licenses>
<license>
Expand Down

0 comments on commit 86faf36

Please sign in to comment.