Update year

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop-pdf-images/trunk@1877357 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 85b32c0..33dba97 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 PDF image support for Apache FOP

-Copyright 2012-2018 The Apache Software Foundation

+Copyright 2012-2020 The Apache Software Foundation

 Copyright 2007-2012 Jeremias Maerki and contributors.

 

 This product includes software developed at

diff --git a/README b/README
index 7906aa4..ee5c31e 100644
--- a/README
+++ b/README
@@ -76,8 +76,8 @@
 
 This plug-in has the following requirements:
 - Apache PDFBox 2.0 or later
-- Apache XML Graphics Commons 2.4 or later (for the image converter)
-- Apache XML FOP 2.4 or later (for the FOP functionality)
+- Apache XML Graphics Commons 2.5 or later (for the image converter)
+- Apache XML FOP 2.5 or later (for the FOP functionality)
 - Java 1.7 or later
 
 Note: for some problems related to the PDF plug-in, Apache FOP 2.4 or later
@@ -156,6 +156,13 @@
   RELEASE NOTES
 ==============================================================================
 
+Version 2.5
+=========================
+
+Changes:
+FOP-2904: Handle object for boundingbox
+FOP-2922: Syntax error after writing content stream
+
 Version 2.4
 =========================
 
diff --git a/build.properties b/build.properties
index c1e97c3..2b12f28 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
 version=2.5.0.SNAPSHOT
 vendor=The Apache Software Foundation (http://xmlgraphics.apache.org)
-year=2007-2019
+year=2007-2020
 
 javac.debug=on
 javac.deprecation=on