Update for release

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk@1896948 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 55056c8..c93ae11 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache XML Graphics Commons
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README b/README
index 40208e2..866d79a 100644
--- a/README
+++ b/README
@@ -82,6 +82,11 @@
 For more detailed info about the changes, please see:
 http://xmlgraphics.apache.org/commons/changes.html
 
+Version 2.7
+--------------
+
+Minor release to be used with FOP 2.7
+
 Version 2.6
 --------------
 
diff --git a/build.xml b/build.xml
index ba60331..25d44d4 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
 
   <property name="Name" value="Apache XML Graphics Commons"/>
   <property name="name" value="xmlgraphics-commons"/>
-  <property name="year" value="1999-2021"/>
+  <property name="year" value="1999-2022"/>
 
   <property name="javac.debug" value="on"/>
   <property name="javac.optimize" value="off"/>
diff --git a/pom.xml b/pom.xml
index ddb279d..1055601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>xmlgraphics-commons</artifactId>
-  <version>2.6.0-SNAPSHOT</version>
+  <version>2.7.0-SNAPSHOT</version>
   <name>${project.groupId}:${project.artifactId}</name>
   <description>XML Graphics Commons</description>
   <url>http://xmlgraphics.apache.org/commons/</url>