Skip to content

Commit 49731cc

Browse files
committed
Release 1.3.25
1 parent 789dee7 commit 49731cc

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ and bugreports to this GitHub repository.
1313
[![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF)
1414
[![Join the chat at https://gitter.im/LibrePDF/code_of_conduct](https://badges.gitter.im/LibrePDF/code_of_conduct.svg)](https://gitter.im/LibrePDF/code_of_conduct)
1515

16-
## OpenPDF version 1.3.24 released 2020-12-27 ##
16+
## OpenPDF version 1.3.25 released 2021-02-15 ##
1717

18-
Get version 1.3.24 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.24
18+
Get version 1.3.25 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.25
1919

2020
- [Previous releases](https://github.com/LibrePDF/OpenPDF/releases)
2121

@@ -28,7 +28,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
2828
<dependency>
2929
<groupId>com.github.librepdf</groupId>
3030
<artifactId>openpdf</artifactId>
31-
<version>1.3.24</version>
31+
<version>1.3.25</version>
3232
</dependency>
3333
```
3434

@@ -143,12 +143,14 @@ In GitHub User alphabetical order.
143143
* [@albfernandez](https://github.com/albfernandez) - Alberto Fernández
144144
* [@andreasrosdal](https://github.com/andreasrosdal) - Andreas Røsdal - Maintainer of OpenPDF from 1.0 to 1.3.15, now retired from OpenPDF development.
145145
* [@armin-weber](https://github.com/armin-weber)
146+
* [@bsmelo](https://github.com/bsmelo) - Bruno Melo
146147
* [@chrismaster](https://github.com/chrismaster) - Chris Master
147148
* [@codecracker2014](https://github.com/codecracker2014)
148149
* [@dandybudach](https://github.com/dandybudach) - Dandy Budach
149150
* [@glarfs](https://github.com/glarfs)
150151
* [@jeffrey-easyesi](https://github.com/jeffrey-easyesi)
151152
* [@jokimaki](https://github.com/jokimaki)
153+
* [karolbe](https://github.com/karolbe) - Karol Bryd
152154
* [@Kindrat](https://github.com/Kindrat)
153155
* [@lapo-luchini](https://github.com/lapo-luchini) - Lapo Luchini
154156
* [@laurerunser](https://github.com/laurerunser) - Laure Runser

openpdf-fonts-extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.25-SNAPSHOT</version>
8+
<version>1.3.25</version>
99
</parent>
1010

1111
<artifactId>openpdf-fonts-extra</artifactId>

openpdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.25-SNAPSHOT</version>
8+
<version>1.3.25</version>
99
</parent>
1010

1111
<artifactId>openpdf</artifactId>

pdf-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.25-SNAPSHOT</version>
8+
<version>1.3.25</version>
99
</parent>
1010

1111
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.25-SNAPSHOT</version>
8+
<version>1.3.25</version>
99
</parent>
1010

1111
<artifactId>pdf-toolbox</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.25-SNAPSHOT</version>
8+
<version>1.3.25</version>
99
<packaging>pom</packaging>
1010

1111
<!-- please run mvn tidy:pom once in a while -->

0 commit comments

Comments
 (0)