[Git][java-team/pdfsam][upstream] New upstream version 4.2.7
Markus Koschany (@apo)
gitlab at salsa.debian.org
Sat Oct 2 00:13:58 BST 2021
Markus Koschany pushed to branch upstream at Debian Java Maintainers / pdfsam
Commits:
7fe01ecc by Markus Koschany at 2021-10-02T01:09:14+02:00
New upstream version 4.2.7
- - - - -
16 changed files:
- pdfsam-alternate-mix/pom.xml
- pdfsam-basic/pom.xml
- pdfsam-core/pom.xml
- pdfsam-docs/pom.xml
- pdfsam-extract/pom.xml
- pdfsam-fx/pom.xml
- pdfsam-gui/pom.xml
- pdfsam-gui/src/main/java/org/pdfsam/PdfsamApp.java
- pdfsam-i18n/pom.xml
- pdfsam-merge/pom.xml
- pdfsam-rotate/pom.xml
- pdfsam-service/pom.xml
- pdfsam-simple-split/pom.xml
- pdfsam-split-by-bookmarks/pom.xml
- pdfsam-split-by-size/pom.xml
- pom.xml
Changes:
=====================================
pdfsam-alternate-mix/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-basic/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-core/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-docs/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-extract/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-fx/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-gui/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-gui/src/main/java/org/pdfsam/PdfsamApp.java
=====================================
@@ -100,7 +100,7 @@ import javafx.stage.Stage;
public class PdfsamApp extends Application {
private static final Logger LOG = LoggerFactory.getLogger(PdfsamApp.class);
- private static StopWatch STOPWATCH = new StopWatch();
+ private static final StopWatch STOPWATCH = new StopWatch();
private Stage primaryStage;
private UserContext userContext = new DefaultUserContext();
private List<String> rawParameters;
=====================================
pdfsam-i18n/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-merge/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-rotate/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-service/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -81,6 +81,11 @@
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-objects</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.sejda</groupId>
+ <artifactId>sambox</artifactId>
+ <version>${sambox.version}</version>
+ </dependency>
<!-- test dependencies -->
<dependency>
<groupId>jdepend</groupId>
=====================================
pdfsam-simple-split/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-split-by-bookmarks/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pdfsam-split-by-size/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
pom.xml
=====================================
@@ -4,7 +4,7 @@
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<packaging>pom</packaging>
- <version>4.2.6</version>
+ <version>4.2.7</version>
<name>PDFsam</name>
<description>A free open source desktop application to split and merge pdf documents</description>
<url>https://pdfsam.org</url>
@@ -17,7 +17,7 @@
<connection>scm:git:git at github.com:torakiki/pdfsam.git</connection>
<developerConnection>scm:git:git at github.com:torakiki/pdfsam.git</developerConnection>
<url>scm:git:git at github.com:torakiki/pdfsam.git</url>
- <tag>v4.2.6</tag>
+ <tag>v4.2.7</tag>
</scm>
<profiles>
@@ -238,6 +238,7 @@
<jdepend.version>2.9.1</jdepend.version>
<hibernate-validator.version>4.2.0.Final</hibernate-validator.version>
<sejda.version>4.2.5</sejda.version>
+ <sambox.version>2.3.0</sambox.version>
<sejda.commons.version>1.1.7</sejda.commons.version>
<eventstudio.version>2.0.1</eventstudio.version>
<injector.version>2.0.0</injector.version>
View it on GitLab: https://salsa.debian.org/java-team/pdfsam/-/commit/7fe01ecc0106ea1275732fe23d7ae69b775a1a48
--
View it on GitLab: https://salsa.debian.org/java-team/pdfsam/-/commit/7fe01ecc0106ea1275732fe23d7ae69b775a1a48
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20211001/3bde0826/attachment.htm>
More information about the pkg-java-commits
mailing list