Skip to content

Commit 292d110

Browse files
committed
1.3.8
1 parent 81742f3 commit 292d110

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: 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.7 released 2019-08-30 ##
8-
Get version 1.3.7 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.7
7+
## OpenPDF version 1.3.8 released 2019-09-03 ##
8+
Get version 1.3.8 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.8
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.7</version>
19+
<version>1.3.8</version>
2020
</dependency>
2121

2222
## License ##

Diff for: 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.8-SNAPSHOT</version>
9+
<version>1.3.8</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

Diff for: 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.8-SNAPSHOT</version>
9+
<version>1.3.8</version>
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>

Diff for: 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.8-SNAPSHOT</version>
9+
<version>1.3.8</version>
1010
</parent>
1111

1212
<artifactId>pdf-toolbox</artifactId>

Diff for: 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.8-SNAPSHOT</version>
9+
<version>1.3.8</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)