Skip to content

Commit 89c604d

Browse files
committed
Release 1.1.0.
1 parent ed15d3d commit 89c604d

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

README.md

Lines changed: 3 additions & 2 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.0.5 released 2017-11-16 ##
8-
Get version 1.0.5 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.5
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
99

1010
### Previous Versions
11+
- [Version 1.0.5](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.5) _released 2017-11-16_
1112
- [Version 1.0.4](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.4) _released 2017-10-11_
1213
- [Version 1.0.3](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.3) _released 2017-07-24_
1314
- [Version 1.0.2](https://github.com/LibrePDF/OpenPDF/releases/tag/1.0.2) _released 2017-06-03_

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.0.6-SNAPSHOT</version>
9+
<version>1.1.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.0.6-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<artifactId>pdf-html</artifactId>

pdf-rtf/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.0.6-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<artifactId>pdf-rtf</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.0.6-SNAPSHOT</version>
9+
<version>1.1.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.0.6-SNAPSHOT</version>
9+
<version>1.1.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.0.6-SNAPSHOT</version>
9+
<version>1.1.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.0.6-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)