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 ga...@apache.org on 2016/02/25 09:15:46 UTC

svn commit: r1732259 - in /xmlgraphics/batik/branches/maven: ./ sources/

Author: gadams
Date: Thu Feb 25 08:15:45 2016
New Revision: 1732259

URL: http://svn.apache.org/viewvc?rev=1732259&view=rev
Log:
Add snapshots repository deps.

Removed:
    xmlgraphics/batik/branches/maven/sources/batik-anim.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-awt-util.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-bridge.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-codec.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-css.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-dom.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-ext.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-extension.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-gui-util.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-gvt.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-js.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-parser.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-rasterizer-ext.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-rasterizer.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-script.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-slideshow.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-squiggle-ext.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-squiggle.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-svg-dom.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-svggen.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-svgpp.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-swing.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-transcoder.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-ttf2svg.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-util.pom.template
    xmlgraphics/batik/branches/maven/sources/batik-xml.pom.template
    xmlgraphics/batik/branches/maven/sources/make-squiggle-app.sh.template
Modified:
    xmlgraphics/batik/branches/maven/pom.xml

Modified: xmlgraphics/batik/branches/maven/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/pom.xml?rev=1732259&r1=1732258&r2=1732259&view=diff
==============================================================================
--- xmlgraphics/batik/branches/maven/pom.xml (original)
+++ xmlgraphics/batik/branches/maven/pom.xml Thu Feb 25 08:15:45 2016
@@ -77,6 +77,10 @@
       <id>${project.artifactId}-site</id>
       <url>${project.baseUri}</url>
     </site>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </snapshotRepository>
   </distributionManagement>
 
   <modules>