[Git][java-team/libsejda-java][master] 3 commits: New upstream version 4.1.4

Markus Koschany gitlab at salsa.debian.org
Mon Nov 23 23:38:30 GMT 2020



Markus Koschany pushed to branch master at Debian Java Maintainers / libsejda-java


Commits:
991a2276 by Markus Koschany at 2020-11-24T00:05:26+01:00
New upstream version 4.1.4
- - - - -
c3bb29bc by Markus Koschany at 2020-11-24T00:06:14+01:00
Update upstream source from tag 'upstream/4.1.4'

Update to upstream version '4.1.4'
with Debian dir 0d814cd6f9692fab2d8b7db724c311aca8dc0bee
- - - - -
684f01a8 by Markus Koschany at 2020-11-24T00:06:37+01:00
Update changelog

- - - - -


10 changed files:

- debian/changelog
- pom.xml
- sejda-conversion/pom.xml
- sejda-core/pom.xml
- sejda-distribution/pom.xml
- sejda-docs/pom.xml
- sejda-fonts/pom.xml
- sejda-image-writers/pom.xml
- sejda-model/pom.xml
- sejda-sambox/pom.xml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libsejda-java (4.1.4-1) unstable; urgency=medium
+
+  * New upstream version 4.1.4.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 24 Nov 2020 00:06:28 +0100
+
 libsejda-java (4.1.2-1) unstable; urgency=medium
 
   * New upstream version 4.1.2.


=====================================
pom.xml
=====================================
@@ -6,7 +6,7 @@
 	<artifactId>sejda-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>sejda</name>
-	<version>4.1.2</version>
+	<version>4.1.4</version>
 	<description>An extendible and configurable PDF manipulation layer library. A ready to use java library to perform PDF documents manipulation without having to deal with the low level API. Sejda offers many "ready to go" manipulations implemented using the SAMBox but it can be extended to use other implementations.</description>
 
 	<organization>
@@ -32,7 +32,7 @@
 		<connection>scm:git:git at github.com:torakiki/sejda.git</connection>
 		<developerConnection>scm:git:git at github.com:torakiki/sejda.git</developerConnection>
 		<url>scm:git:git at github.com:torakiki/sejda.git</url>
-		<tag>v4.1.2</tag>
+		<tag>v4.1.4</tag>
 	</scm>
 
 	<developers>
@@ -363,7 +363,7 @@
 		<jdepend.version>2.9.1</jdepend.version>
 		<hibernate-validator.version>4.2.0.Final</hibernate-validator.version>
 		<hamcrest.version>1.3</hamcrest.version>
-		<sambox.version>2.2.3</sambox.version>
+		<sambox.version>2.2.6</sambox.version>
 		<sejda.io.version>2.1.3</sejda.io.version>
 		<bouncycastle.version>1.66</bouncycastle.version>
 		<twelvemonkeys.version>3.4.2</twelvemonkeys.version>


=====================================
sejda-conversion/pom.xml
=====================================
@@ -10,7 +10,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	


=====================================
sejda-core/pom.xml
=====================================
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 


=====================================
sejda-distribution/pom.xml
=====================================
@@ -10,7 +10,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 


=====================================
sejda-docs/pom.xml
=====================================
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 


=====================================
sejda-fonts/pom.xml
=====================================
@@ -10,7 +10,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	


=====================================
sejda-image-writers/pom.xml
=====================================
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 


=====================================
sejda-model/pom.xml
=====================================
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 


=====================================
sejda-sambox/pom.xml
=====================================
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.sejda</groupId>
 		<artifactId>sejda-parent</artifactId>
-		<version>4.1.2</version>
+		<version>4.1.4</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 



View it on GitLab: https://salsa.debian.org/java-team/libsejda-java/-/compare/aedb02acbfaef6c3175cf3ae6175d80a7f2a9f7b...684f01a83568507a08f298b3fe0323a958d42d7b

-- 
View it on GitLab: https://salsa.debian.org/java-team/libsejda-java/-/compare/aedb02acbfaef6c3175cf3ae6175d80a7f2a9f7b...684f01a83568507a08f298b3fe0323a958d42d7b
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/20201123/ac2d2064/attachment.html>


More information about the pkg-java-commits mailing list