Skip to content

Commit 43e046b

Browse files
committed
OpenPDF 1.2.3.
1 parent 4c76e52 commit 43e046b

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

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.2.2 released 2018-08-30 ##
8-
Get version 1.2.2 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.2
7+
## OpenPDF version 1.2.3 released 2018-09-10 ##
8+
Get version 1.2.3 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.3
99

1010
### Previous Versions
11+
- [Version 1.2.2](https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.2) _released 2018-08-30_
1112
- [Version 1.2.1](https://github.com/LibrePDF/OpenPDF/releases/tag/openpdf-1.2.1) _released 2018-08-27_
1213
- [Version 1.2.0](https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.0) _released 2018-08-06_
1314
- [Version 1.1.0](https://github.com/LibrePDF/OpenPDF/releases/tag/1.1.0) _released 2018-07-06_
@@ -28,7 +29,7 @@ Add this to your pom.xml file:
2829
<dependency>
2930
<groupId>com.github.librepdf</groupId>
3031
<artifactId>openpdf</artifactId>
31-
<version>1.2.2</version>
32+
<version>1.2.3</version>
3233
</dependency>
3334

3435
## 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.2.3-SNAPSHOT</version>
9+
<version>1.2.3</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.2.3-SNAPSHOT</version>
9+
<version>1.2.3</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.2.3-SNAPSHOT</version>
9+
<version>1.2.3</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.2.3-SNAPSHOT</version>
9+
<version>1.2.3</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.2.3-SNAPSHOT</version>
9+
<version>1.2.3</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.2.3-SNAPSHOT</version>
9+
<version>1.2.3</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)