Update for release

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

-Copyright 2012-2020 The Apache Software Foundation

+Copyright 2012-2021 The Apache Software Foundation

 Copyright 2007-2012 Jeremias Maerki and contributors.

 

 This product includes software developed at

diff --git a/README b/README
index 704fd8c..c478066 100644
--- a/README
+++ b/README
@@ -156,6 +156,16 @@
   RELEASE NOTES
 ==============================================================================
 
+Version 2.6
+=========================
+
+Changes:
+FOP-2951: Add uniquename to xobj form
+FOP-2965: Keep streams with DCT compression
+FOP-2971: Update unique name inside patterns
+FOP-2974: Handle space in COSName
+FOP-2979: Update PDFBox to 2.0.19
+
 Version 2.5
 =========================
 
diff --git a/build.properties b/build.properties
index 2b12f28..6f56cb6 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
-version=2.5.0.SNAPSHOT
+version=2.6.0.SNAPSHOT
 vendor=The Apache Software Foundation (http://xmlgraphics.apache.org)
-year=2007-2020
+year=2007-2021
 
 javac.debug=on
 javac.deprecation=on
diff --git a/xmlgraphics-pdfimages-pom-template.pom b/xmlgraphics-pdfimages-pom-template.pom
index 10974cc..13b2b4a 100644
--- a/xmlgraphics-pdfimages-pom-template.pom
+++ b/xmlgraphics-pdfimages-pom-template.pom
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>fop</artifactId>
-      <version>2.3</version>
+      <version>2.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>