Skip to content

Commit 1625ea0

Browse files
committed
chore: Set Project names in all Artifacts
1 parent 8123eb9 commit 1625ea0

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

openpdf-fonts-extra/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010

1111
<artifactId>openpdf-fonts-extra</artifactId>
12+
<name>OpenPDF Fonts Extras</name>
1213

1314
<properties>
1415
<java-module-name>com.github.librepdf.pdfFontsExtra</java-module-name>

openpdf/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>
13+
<name>OpenPDF</name>
1314

1415
<properties>
1516
<java-module-name>com.github.librepdf.openpdf</java-module-name>

pdf-swing/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>
13+
<name>OpenPDF Swing</name>
1314

1415
<properties>
1516
<java-module-name>com.github.librepdf.pdfSwing</java-module-name>

pdf-toolbox/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
<artifactId>pdf-toolbox</artifactId>
1313

14+
<name>OpenPDF Toolbox</name>
15+
<description>Examples using OpenPDF</description>
16+
1417
<properties>
1518
<java-module-name>com.github.librepdf.pdfToolbox</java-module-name>
1619
</properties>

0 commit comments

Comments
 (0)