Skip to content
Snippets Groups Projects
Commit ca010e23 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

-

parent a86611b8
Branches
Tags 1.2.3
No related merge requests found
Pipeline #75372 passed
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment