You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2022/01/12 10:37:20 UTC

svn commit: r1896948 - in /xmlgraphics/commons/trunk: NOTICE README build.xml pom.xml

Author: ssteiner
Date: Wed Jan 12 10:37:20 2022
New Revision: 1896948

URL: http://svn.apache.org/viewvc?rev=1896948&view=rev
Log:
Update for release

Modified:
    xmlgraphics/commons/trunk/NOTICE
    xmlgraphics/commons/trunk/README
    xmlgraphics/commons/trunk/build.xml
    xmlgraphics/commons/trunk/pom.xml

Modified: xmlgraphics/commons/trunk/NOTICE
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/NOTICE?rev=1896948&r1=1896947&r2=1896948&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/NOTICE (original)
+++ xmlgraphics/commons/trunk/NOTICE Wed Jan 12 10:37:20 2022
@@ -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/).

Modified: xmlgraphics/commons/trunk/README
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/README?rev=1896948&r1=1896947&r2=1896948&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/README (original)
+++ xmlgraphics/commons/trunk/README Wed Jan 12 10:37:20 2022
@@ -82,6 +82,11 @@ License labeling (according to http://ww
 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
 --------------
 

Modified: xmlgraphics/commons/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/build.xml?rev=1896948&r1=1896947&r2=1896948&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/build.xml (original)
+++ xmlgraphics/commons/trunk/build.xml Wed Jan 12 10:37:20 2022
@@ -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"/>

Modified: xmlgraphics/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/pom.xml?rev=1896948&r1=1896947&r2=1896948&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/pom.xml (original)
+++ xmlgraphics/commons/trunk/pom.xml Wed Jan 12 10:37:20 2022
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org