Skip to content

Commit

Permalink
maven: <developers> and <licenses> to match lwjgl-parent.pom
Browse files Browse the repository at this point in the history
stephengold committed Jan 8, 2023
1 parent 276c6e5 commit 97363d3
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions maven/lwjgl-platform.pom
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@
</scm>
<developers>
<developer>
<id>LWJGL</id>
<name>LWJGL Project</name>
<id>Developers</id>
<url>http://lwjgl.org/credits.php</url>
</developer>
</developers>
<licenses>
<license>
<name>New BSD (3-clause) License</name>
<url>http://opensource.org/licenses/BSD-3-Clause</url>
<name>BSD</name>
<url>http://lwjgl.org/license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
8 changes: 4 additions & 4 deletions maven/lwjgl.pom
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@
</scm>
<developers>
<developer>
<id>LWJGL</id>
<name>LWJGL Project</name>
<id>Developers</id>
<url>http://lwjgl.org/credits.php</url>
</developer>
</developers>
<licenses>
<license>
<name>New BSD (3-clause) License</name>
<url>http://opensource.org/licenses/BSD-3-Clause</url>
<name>BSD</name>
<url>http://lwjgl.org/license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

0 comments on commit 97363d3

Please sign in to comment.