Release notes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk@1852690 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 592fc3c..c0f37f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,17 @@
 The following log records some of the most important changes.
 Bug fixing is an ongoing task, so it is implied in all sub-releases.
 
-1.9 -> 1.10pre
---------------
+1.10 -> 1.11pre
+---------------
+
+BATIK-1232: Zip release should use mvn jars
+BATIK-1233: Add policy file for batik-rasterizer
+BATIK-1234: Tools cannot be run using java -jar xxx.jar when built with Maven
+BATIK-1240: Java 11 compile error
+BATIK-1249: Fix Java 11 module error
+
+1.9 -> 1.10
+-----------
 
 BATIK-906: Should never use Error to report runtime errors
 BATIK-1123: Missing import of ImportInfo class
diff --git a/NOTICE b/NOTICE
index fc23adc..f973b7c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Batik
-Copyright 1999-2018 The Apache Software Foundation
+Copyright 1999-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/build.xml b/build.xml
index 71ac9f4..d475f96 100644
--- a/build.xml
+++ b/build.xml
@@ -82,7 +82,7 @@
     </tstamp>
     <property name="Project"            value="Apache Batik" />
     <property name="project"            value="batik" />
-    <property name="year"               value="2018" />
+    <property name="year"               value="2019" />
     <property name="version"            value="1.11.0-SNAPSHOT" />
     <property name="revisionType"       value="" />
     <property name="revisionNumber"     value="" />