Skip to content

Commit

Permalink
OpenPDF 1.2.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Jun 13, 2019
1 parent 906101a commit 16d25f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,8 +4,8 @@ OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL

[![Build Status](https://travis-ci.org/LibrePDF/OpenPDF.svg?branch=master)](https://travis-ci.org/LibrePDF/OpenPDF) [![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.librepdf/openpdf/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.librepdf/openpdf) [![License (LGPL version 3.0)](https://img.shields.io/badge/license-GNU%20LGPL%20version%203.0-blue.svg?style=flat-square)](http://opensource.org/licenses/LGPL-3.0) [![License (MPL)](https://img.shields.io/badge/license-Mozilla%20Public%20License-yellow.svg?style=flat-square)](http://opensource.org/licenses/MPL-2.0)

## OpenPDF version 1.2.19 released 2019-06-12 ##
Get version 1.2.19 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.19
## OpenPDF version 1.2.20 released 2019-06-13 ##
Get version 1.2.20 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.20

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

Expand All @@ -16,7 +16,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.2.19</version>
<version>1.2.20</version>
</dependency>

## License ##
Expand Down
2 changes: 1 addition & 1 deletion openpdf/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.2.20-SNAPSHOT</version>
<version>1.2.20</version>
</parent>

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

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

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

<licenses>
<license>
Expand Down

0 comments on commit 16d25f3

Please sign in to comment.