Skip to content

Commit 3f0b72c

Browse files
committed
OpenPDF 1.3.12
1 parent 61004ce commit 3f0b72c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL
44

55
[![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)
66

7-
## OpenPDF version 1.3.11 released 2019-09-19 ##
8-
Get version 1.3.11 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.11
7+
## OpenPDF version 1.3.12 released 2020-01-16 ##
8+
Get version 1.3.12 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.12
99

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

@@ -16,7 +16,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
1616
<dependency>
1717
<groupId>com.github.librepdf</groupId>
1818
<artifactId>openpdf</artifactId>
19-
<version>1.3.11</version>
19+
<version>1.3.12</version>
2020
</dependency>
2121

2222
## License ##

openpdf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>1.3.12-SNAPSHOT</version>
9+
<version>1.3.12</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

pdf-swing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>1.3.12-SNAPSHOT</version>
9+
<version>1.3.12</version>
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>1.3.12-SNAPSHOT</version>
9+
<version>1.3.12</version>
1010
</parent>
1111

1212
<artifactId>pdf-toolbox</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.3.12-SNAPSHOT</version>
9+
<version>1.3.12</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)