[Git][java-team/pdfsam][master] 3 commits: New upstream version 4.2.7

Markus Koschany (@apo) gitlab at salsa.debian.org
Sat Oct 2 00:13:52 BST 2021



Markus Koschany pushed to branch master at Debian Java Maintainers / pdfsam


Commits:
7fe01ecc by Markus Koschany at 2021-10-02T01:09:14+02:00
New upstream version 4.2.7
- - - - -
2308e5d9 by Markus Koschany at 2021-10-02T01:09:16+02:00
Update upstream source from tag 'upstream/4.2.7'

Update to upstream version '4.2.7'
with Debian dir 601c295cc146002dbf68a3222f74204f7df3ba58
- - - - -
5169643b by Markus Koschany at 2021-10-02T01:10:10+02:00
Update changelog

- - - - -


17 changed files:

- debian/changelog
- 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:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pdfsam (4.2.7-1) unstable; urgency=medium
+
+  * New upstream version 4.2.7.
+
+ -- Markus Koschany <apo at debian.org>  Sat, 02 Oct 2021 01:09:56 +0200
+
 pdfsam (4.2.6-1) unstable; urgency=medium
 
   * New upstream version 4.2.6.


=====================================
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/-/compare/20940e875f47b5c711841a3687be4632abcc9356...5169643b78f6a5d7f3ada0a40244ca8ae42ea53d

-- 
View it on GitLab: https://salsa.debian.org/java-team/pdfsam/-/compare/20940e875f47b5c711841a3687be4632abcc9356...5169643b78f6a5d7f3ada0a40244ca8ae42ea53d
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/768f3bc1/attachment.htm>


More information about the pkg-java-commits mailing list