You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2018/09/25 16:53:37 UTC

pdfbox-jbig2 git commit: release JBIG2 ImageIO Plugin 3.0.2

Repository: pdfbox-jbig2
Updated Branches:
  refs/heads/master e4ae4f68a -> 1378143e6


release JBIG2 ImageIO Plugin 3.0.2


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/commit/1378143e
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/tree/1378143e
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/diff/1378143e

Branch: refs/heads/master
Commit: 1378143e6eab5979b63557439d45027a13ecad5b
Parents: e4ae4f6
Author: Andreas Lehmkühler <an...@lehmi.de>
Authored: Tue Sep 25 18:53:16 2018 +0200
Committer: Andreas Lehmkühler <an...@lehmi.de>
Committed: Tue Sep 25 18:53:16 2018 +0200

----------------------------------------------------------------------
 README.md        | 2 +-
 release-notes.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/1378143e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 40beae2..f09447c 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ To use the plugin within a Maven POM-based project, simply include a dependency
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>jbig2-imageio</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.2</version>
     </dependency>
 
 ### How to deal with embedded JBIG2 data

http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/1378143e/release-notes.md
----------------------------------------------------------------------
diff --git a/release-notes.md b/release-notes.md
index 8c3c5b2..bd0e1ca 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -16,7 +16,7 @@
 --->
 # Release notes
 
-## Version 3.0.2 (pending)
+## Version 3.0.2 (2018-09-25)
 - [PDFBOX-4290](https://issues.apache.org/jira/browse/PDFBOX-4290): Memory Leak in SoftReferenceCache
 
 ## Version 3.0.1 (2018-05-17)