From ca010e238a49c5173b080f30f3b11236d2501b42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jari-Matti=20M=C3=A4kel=C3=A4?= <jmjmak@utu.fi>
Date: Tue, 13 Aug 2024 14:08:38 +0300
Subject: [PATCH] -

---
 pdfbox-benchmark/pom.xml |  4 ++--
 pdfbox-gui/pom.xml       |  4 ++--
 pdfbox-wrapper/pom.xml   |  4 ++--
 pom.xml                  | 10 +++++++---
 4 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/pdfbox-benchmark/pom.xml b/pdfbox-benchmark/pom.xml
index 09380e7..36f39b6 100644
--- a/pdfbox-benchmark/pom.xml
+++ b/pdfbox-benchmark/pom.xml
@@ -2,7 +2,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pdfbox-benchmark</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -13,7 +13,7 @@
     <parent>
         <groupId>fi.utu.tech</groupId>
         <artifactId>pdfbox-suite</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3</version>
     </parent>
 
     <dependencies>
diff --git a/pdfbox-gui/pom.xml b/pdfbox-gui/pom.xml
index 79a1942..4306763 100644
--- a/pdfbox-gui/pom.xml
+++ b/pdfbox-gui/pom.xml
@@ -2,7 +2,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pdfbox-gui</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -14,7 +14,7 @@
     <parent>
         <groupId>fi.utu.tech</groupId>
         <artifactId>pdfbox-suite</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3</version>
     </parent>
 
     <dependencies>
diff --git a/pdfbox-wrapper/pom.xml b/pdfbox-wrapper/pom.xml
index d48e3bb..156d368 100644
--- a/pdfbox-wrapper/pom.xml
+++ b/pdfbox-wrapper/pom.xml
@@ -2,13 +2,13 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pdfbox-wrapper</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>fi.utu.tech</groupId>
         <artifactId>pdfbox-suite</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3</version>
     </parent>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index b669994..5b80356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>fi.utu.tech</groupId>
     <artifactId>pdfbox-suite</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -10,8 +10,8 @@
         <kotlin.version>2.0.0</kotlin.version>
         <javafx.version>22</javafx.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <pdfbox.version>3.0.3</pdfbox.version>
-        <pdfboxwrapper.version>1.2.2</pdfboxwrapper.version>
+        <pdfbox.version>3.0.3-JPMS</pdfbox.version>
+        <pdfboxwrapper.version>1.2.3</pdfboxwrapper.version>
     </properties>
 
     <modules>
@@ -26,6 +26,10 @@
             <name>Central Repository</name>
             <url>https://repo.maven.apache.org/maven2</url>
         </repository>
+		<repository>
+			<id>gitlab-pdfbox</id>
+			<url>https://gitlab.utu.fi/api/v4/projects/37184/packages/maven</url>
+		</repository>
     </repositories>
 
     <build>
-- 
GitLab