Update for release

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

-Copyright 2012-2021 The Apache Software Foundation

+Copyright 2012-2022 The Apache Software Foundation

 Copyright 2007-2012 Jeremias Maerki and contributors.

 

 This product includes software developed at

diff --git a/README b/README
index c478066..f68cd3d 100644
--- a/README
+++ b/README
@@ -156,6 +156,16 @@
   RELEASE NOTES
 ==============================================================================
 
+Version 2.7
+=========================
+
+Changes:
+FOP-3034: Update PDFBox to 2.0.24
+FOP-3032: Allow to embed native PDF in AFP
+FOP-3020: Add space to standard position for font merge
+FOP-3009: Avoid merging fonts with different number of cmap formats
+FOP-3001: Deduplicate streams in arrays
+
 Version 2.6
 =========================
 
diff --git a/build.properties b/build.properties
index 6f56cb6..1ec4093 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
-version=2.6.0.SNAPSHOT
+version=2.7.0.SNAPSHOT
 vendor=The Apache Software Foundation (http://xmlgraphics.apache.org)
-year=2007-2021
+year=2007-2022
 
 javac.debug=on
 javac.deprecation=on
diff --git a/pom.xml b/pom.xml
index 9dd630d..0baef07 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.fop.render.pdf.pdfbox</groupId>
   <artifactId>fop-pdf-images</artifactId>
-  <version>2.6.0-SNAPSHOT</version>
+  <version>2.7.0-SNAPSHOT</version>
   <name>${project.groupId}:${project.artifactId}</name>
   <description>PDF image support for Apache FOP</description>
   <url>https://xmlgraphics.apache.org/fop/fop-pdf-images.html</url>
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>fop</artifactId>
-      <version>2.6.0-SNAPSHOT</version>
+      <version>2.7.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
diff --git a/xmlgraphics-pdfimages-pom-template.pom b/xmlgraphics-pdfimages-pom-template.pom
index 13b2b4a..15f7ec5 100644
--- a/xmlgraphics-pdfimages-pom-template.pom
+++ b/xmlgraphics-pdfimages-pom-template.pom
@@ -75,17 +75,17 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>fop</artifactId>
-      <version>2.5</version>
+      <version>2.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>pdfbox</artifactId>
-      <version>2.0.19</version>
+      <version>2.0.24</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>fontbox</artifactId>
-      <version>2.0.19</version>
+      <version>2.0.24</version>
     </dependency>
    </dependencies>
 </project>