Skip to content

Commit

Permalink
Merge pull request #4721 from Pandrex247/FISH-224-Release
Browse files Browse the repository at this point in the history
FISH-224 Move license and url to top-level pom (Release)
  • Loading branch information
Pandrex247 authored Jun 17, 2020
2 parents 74ba565 + 60c9e3a commit 35af5d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@
<artifactId>payara-nucleus-parent</artifactId>
<packaging>pom</packaging>
<name>Payara Nucleus Parent Project</name>
<url>https://github.com/payara/Payara</url>

<licenses>
<license>
<name>CDDL + GPLv2 with classpath exception</name>
<url>https://raw.githubusercontent.com/payara/Payara/master/LICENSE.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<repositories>
<!-- Try Maven central first, not last, which happens when omitted here -->
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<packaging>pom</packaging>

<name>Payara Project</name>
<url>https://github.com/payara/Payara</url>

<modules>
<module>nucleus</module>
Expand Down Expand Up @@ -84,6 +85,15 @@
</developer>
</developers>

<licenses>
<license>
<name>CDDL + GPLv2 with classpath exception</name>
<url>https://raw.githubusercontent.com/payara/Payara/master/LICENSE.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<repositories>
<repository>
<id>payara-patched-externals</id>
Expand Down

0 comments on commit 35af5d0

Please sign in to comment.