Skip to content

Commit

Permalink
1.0.0 - 2023-08-30
Browse files Browse the repository at this point in the history
* Updated parent version to fj-doc 1.5.4
* Added license and maven repo central badge
  • Loading branch information
fugerit79 committed Aug 30, 2023
1 parent 3503907 commit baf05c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Changelog for project fj-doc-mod-openpdf

## version 0.2.0 - 2023-08-20
1.0.0 - 2023-08-30
------------------
* Updated parent version to fj-doc 1.5.4
* Added license and maven repo central badge

0.2.0 - 2023-08-20
------------------
* Updated parent version to fj-doc 1.5.0
* Added sonar cloud quality gate (Deep code review)
* Removed some deprecation notice by OpenPDF

## version 0.1.0 - 2023-08-13
0.1.0 - 2023-08-13
------------------
* Updated parent version to fj-doc 1.4.4
* Typos in documentation
* Added JUnit for basic testing

## version 0.1.0-rc.001 - 2023-07-22
0.1.0-rc.001 - 2023-07-22
------------------
* Porting of fj-doc-mod-itext based on [OpenPDF](https://github.com/LibrePDF/OpenPDF) / [OpenRTF](https://github.com/LibrePDF/OpenRTF)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

[back to fj-doc index](https://github.com/fugerit-org/fj-doc.git)

[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-doc-mod-openpdf.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc-mod-openpdf)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-openpdf&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)

*Description* :
Type handlers for generating documents in PDF, RTF and HTML formats using [OpenPDF](https://github.com/LibrePDF/OpenPDF) / [OpenRTF](https://github.com/LibrePDF/OpenRTF) (which is basically a fork of itext project)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>1.5.0</version>
<version>1.5.4</version>
<relativePath></relativePath>
</parent>

<name>fj-doc-mod-openpdf</name>
<description>Fugerit DOC module for output in PDF, RTF and HTML using OpenPDF (Itext fork)</description>
<version>0.2.0</version>
<version>1.0.0</version>

<licenses>
<license>
Expand Down

0 comments on commit baf05c9

Please sign in to comment.