Skip to content

Commit 8dfc9a1

Browse files
committed
OpenPDF 1.2.0 release.
1 parent 94f6a23 commit 8dfc9a1

7 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL
44

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

7-
## OpenPDF version 1.1.0 released 2018-07-06 ##
8-
Get version 1.1.0 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.1.0
7+
## OpenPDF version 1.2.0 released 2018-08-06 ##
8+
Get version 1.2.0 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.0
99

1010
### Previous Versions
11+
- [Version 1.1.0](https://github.com/LibrePDF/OpenPDF/releases/tag/1.1.0) _released 2018-07-06_
1112
- [Version 1.0.5](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.5) _released 2017-11-16_
1213
- [Version 1.0.4](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.4) _released 2017-10-11_
1314
- [Version 1.0.3](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.3) _released 2017-07-24_
@@ -33,7 +34,7 @@ Add this to your pom.xml file:
3334
<dependency>
3435
<groupId>com.github.librepdf</groupId>
3536
<artifactId>openpdf</artifactId>
36-
<version>1.1.0</version>
37+
<version>1.2.0</version>
3738
</dependency>
3839

3940
## Docs ##

openpdf/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

pdf-html/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>pdf-html</artifactId>

pdf-swing/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>pdf-toolbox</artifactId>

pdf-xml/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
</parent>
1111

1212
<artifactId>pdf-xml</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)