Skip to content

Commit

Permalink
OpenPDF 1.2.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Feb 5, 2019
1 parent 79f1f47 commit b4a3254
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
10 changes: 4 additions & 6 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

[![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF) [![Build Status](https://travis-ci.org/LibrePDF/OpenPDF.svg?branch=master)](https://travis-ci.org/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.9 released 2019-01-16 ##
Get version 1.2.9 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.9
## OpenPDF version 1.2.10 released 2019-02-05 ##
Get version 1.2.10 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.10

- [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.9</version>
<version>1.2.10</version>
</dependency>

## License ##
Expand Down Expand Up @@ -44,10 +44,8 @@ Make sure that your contributions can be released with a dual LGPL and MPL licen
- Generally try to preserve the coding style in the file you are modifying.

## Dependencies ##
- Java 8 or later is required to use OpenPDF.

### Required Dependencies: ###

- Java 8 or later is required to use OpenPDF.
- [Juniversalchardet](https://github.com/albfernandez/juniversalchardet)

### Optional: ###
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.10-SNAPSHOT</version>
<version>1.2.10</version>
</parent>

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

<artifactId>pdf-html</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.10-SNAPSHOT</version>
<version>1.2.10</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.10-SNAPSHOT</version>
<version>1.2.10</version>
</parent>

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

<artifactId>pdf-xml</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.10-SNAPSHOT</version>
<version>1.2.10</version>

<licenses>
<license>
Expand Down Expand Up @@ -59,7 +59,7 @@
<mockito.version>2.23.4</mockito.version>
</properties>


<build>
<plugins>
<!-- Create sources for better debugging and context assist -->
Expand Down

0 comments on commit b4a3254

Please sign in to comment.