You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2020/05/05 09:34:45 UTC

svn commit: r1877384 - in /xmlgraphics/batik/branches/batik-1_13: ./ batik-all/ batik-anim/ batik-awt-util/ batik-bridge/ batik-codec/ batik-constants/ batik-css/ batik-dom/ batik-ext/ batik-extension/ batik-gui-util/ batik-gvt/ batik-i18n/ batik-parse...

Author: ssteiner
Date: Tue May  5 09:34:44 2020
New Revision: 1877384

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

Added:
    xmlgraphics/batik/branches/batik-1_13/lib/fop-transcoder-allinone-2.5.jar   (with props)
    xmlgraphics/batik/branches/batik-1_13/lib/xmlgraphics-commons-2.4.jar   (with props)
Removed:
    xmlgraphics/batik/branches/batik-1_13/lib/fop-transcoder-allinone-2.3.0-SNAPSHOT.jar
    xmlgraphics/batik/branches/batik-1_13/lib/xmlgraphics-commons-2.3.0-SNAPSHOT.jar
Modified:
    xmlgraphics/batik/branches/batik-1_13/batik-all/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-anim/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-awt-util/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-bridge/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-codec/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-constants/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-css/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-dom/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-ext/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-extension/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-gui-util/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-gvt/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-i18n/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-parser/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-rasterizer-ext/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-rasterizer/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-script/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-shared-resources/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-slideshow/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-squiggle-ext/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-squiggle/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-svg-dom/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-svgbrowser/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-svggen/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-svgpp/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-svgrasterizer/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-swing/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-test-old/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-test-svg/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-test-swing/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-test/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-transcoder/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-ttf2svg/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-util/pom.xml
    xmlgraphics/batik/branches/batik-1_13/batik-xml/pom.xml
    xmlgraphics/batik/branches/batik-1_13/build.xml
    xmlgraphics/batik/branches/batik-1_13/pom.xml

Modified: xmlgraphics/batik/branches/batik-1_13/batik-all/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-all/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-all/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-all/pom.xml Tue May  5 09:34:44 2020
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-anim/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-anim/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-anim/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-anim/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-awt-util/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-awt-util/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-awt-util/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-awt-util/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-bridge/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-bridge/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-bridge/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-bridge/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-codec/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-codec/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-codec/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-codec/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-constants/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-constants/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-constants/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-constants/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-css/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-css/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-css/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-css/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-dom/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-dom/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-dom/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-dom/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-ext/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-ext/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-ext/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-ext/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-extension/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-extension/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-extension/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-extension/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-gui-util/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-gui-util/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-gui-util/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-gui-util/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
 

Modified: xmlgraphics/batik/branches/batik-1_13/batik-gvt/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-gvt/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-gvt/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-gvt/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-i18n/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-i18n/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-i18n/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-i18n/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-parser/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-parser/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-parser/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-parser/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-rasterizer-ext/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-rasterizer-ext/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-rasterizer-ext/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-rasterizer-ext/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-rasterizer/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-rasterizer/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-rasterizer/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-rasterizer/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>
@@ -60,7 +60,7 @@
               <classpathPrefix>lib/</classpathPrefix>
             </manifest>
             <manifestEntries>
-              <Class-Path>lib/fop-transcoder-allinone-${xmlgraphics.commons.version}.jar</Class-Path>
+              <Class-Path>lib/fop-transcoder-allinone-${xmlgraphics.fop.version}.jar</Class-Path>
             </manifestEntries>
           </archive>
         </configuration>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-script/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-script/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-script/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-script/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-shared-resources/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-shared-resources/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-shared-resources/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-shared-resources/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <build>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-slideshow/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-slideshow/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-slideshow/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-slideshow/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-squiggle-ext/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-squiggle-ext/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-squiggle-ext/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-squiggle-ext/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-squiggle/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-squiggle/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-squiggle/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-squiggle/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-svg-dom/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-svg-dom/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-svg-dom/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-svg-dom/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-svgbrowser/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-svgbrowser/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-svgbrowser/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-svgbrowser/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-svggen/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-svggen/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-svggen/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-svggen/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-svgpp/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-svgpp/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-svgpp/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-svgpp/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-svgrasterizer/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-svgrasterizer/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-svgrasterizer/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-svgrasterizer/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-swing/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-swing/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-swing/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-swing/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-test-old/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-test-old/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-test-old/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-test-old/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>fop-transcoder-allinone</artifactId>
-      <version>${xmlgraphics.commons.version}</version>
+      <version>${xmlgraphics.fop.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-test-svg/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-test-svg/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-test-svg/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-test-svg/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-test-swing/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-test-swing/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-test-swing/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-test-swing/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-test/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-test/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-test/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-test/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-transcoder/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-transcoder/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-transcoder/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-transcoder/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-ttf2svg/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-ttf2svg/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-ttf2svg/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-ttf2svg/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-util/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-util/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-util/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-util/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/batik-xml/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/batik-xml/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/batik-xml/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/batik-xml/pom.xml Tue May  5 09:34:44 2020
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>batik</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/batik/branches/batik-1_13/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/build.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/build.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/build.xml Tue May  5 09:34:44 2020
@@ -84,12 +84,12 @@ To display the available targets type:
     <property name="Project"            value="Apache Batik" />
     <property name="project"            value="batik" />
     <property name="year"               value="2020" />
-    <property name="version"            value="1.13.0-SNAPSHOT" />
+    <property name="version"            value="1.13" />
     <property name="revisionType"       value="" />
     <property name="revisionNumber"     value="" />
     <property name="completeVersion"    value="${version}${revisionType}${revisionNumber}" />
-    <property name="xgcVersion"         value="2.4.0-SNAPSHOT" />
-    <property name="fopVersion"         value="2.4.0-SNAPSHOT" />
+    <property name="xgcVersion"         value="2.4" />
+    <property name="fopVersion"         value="2.5" />
     <property name="vendor"             value="The Apache Software Foundation (http://xmlgraphics.apache.org/batik/)" />
     <property name="debug"              value="on"/>
     <property name="optimize"           value="on"/>

Added: xmlgraphics/batik/branches/batik-1_13/lib/fop-transcoder-allinone-2.5.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/lib/fop-transcoder-allinone-2.5.jar?rev=1877384&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/batik/branches/batik-1_13/lib/fop-transcoder-allinone-2.5.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/batik/branches/batik-1_13/lib/xmlgraphics-commons-2.4.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/lib/xmlgraphics-commons-2.4.jar?rev=1877384&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/batik/branches/batik-1_13/lib/xmlgraphics-commons-2.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: xmlgraphics/batik/branches/batik-1_13/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/batik-1_13/pom.xml?rev=1877384&r1=1877383&r2=1877384&view=diff
==============================================================================
--- xmlgraphics/batik/branches/batik-1_13/pom.xml (original)
+++ xmlgraphics/batik/branches/batik-1_13/pom.xml Tue May  5 09:34:44 2020
@@ -5,7 +5,7 @@
 
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>batik</artifactId>
-  <version>1.13.0-SNAPSHOT</version>
+  <version>1.13</version>
   <name>${project.groupId}:${project.artifactId}</name>
   <description>XML Graphics Batik</description>
   <packaging>pom</packaging>
@@ -30,7 +30,8 @@
     <xalan.version>2.7.2</xalan.version>
     <xmlapis.version>1.4.01</xmlapis.version>
     <xmlapisext.version>1.3.04</xmlapisext.version>
-    <xmlgraphics.commons.version>2.4.0-SNAPSHOT</xmlgraphics.commons.version>
+    <xmlgraphics.commons.version>2.4</xmlgraphics.commons.version>
+    <xmlgraphics.fop.version>2.5</xmlgraphics.fop.version>
     <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>