Skip to content

Commit

Permalink
Version 1.3.23
Browse files Browse the repository at this point in the history
Set version to 1.3.23
  • Loading branch information
asturio committed Nov 5, 2020
1 parent 0c4a945 commit 8f8669f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL
[![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF)
[![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)

## OpenPDF version 1.3.22 released 2020-09-18 ##
Get version 1.3.22 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.22
## OpenPDF version 1.3.23 released 2020-11-05 ##
Get version 1.3.23 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.23

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

Expand All @@ -22,7 +22,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.22</version>
<version>1.3.23</version>
</dependency>

## License ##
Expand Down
2 changes: 1 addition & 1 deletion openpdf-fonts-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openpdf-parent</artifactId>
<groupId>com.github.librepdf</groupId>
<version>1.3.23-SNAPSHOT</version>
<version>1.3.23</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.23-SNAPSHOT</version>
<version>1.3.23</version>
</parent>

<artifactId>openpdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.23-SNAPSHOT</version>
<version>1.3.23</version>
</parent>

<artifactId>pdf-swing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.23-SNAPSHOT</version>
<version>1.3.23</version>
</parent>

<artifactId>pdf-toolbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.23-SNAPSHOT</version>
<version>1.3.23</version>

<licenses>
<license>
Expand Down

0 comments on commit 8f8669f

Please sign in to comment.