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 20:09:40 UTC

svn commit: r1732346 - in /xmlgraphics/batik/branches/maven: ./ pom.xml

Author: gadams
Date: Thu Feb 25 19:09:40 2016
New Revision: 1732346

URL: http://svn.apache.org/viewvc?rev=1732346&view=rev
Log:
Remove snapshot repository deps, since already present in ~/.m2/settings.xml.

Modified:
    xmlgraphics/batik/branches/maven/   (props changed)
    xmlgraphics/batik/branches/maven/pom.xml

Propchange: xmlgraphics/batik/branches/maven/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Feb 25 19:09:40 2016
@@ -1,9 +1,6 @@
 .classpath
 .project
 .settings
-batik-[0-9].[0-9]*
-build.properties
-classes
-site
+batik-svn-trunk
+build-local.properties
 target
-test-reports

Modified: xmlgraphics/batik/branches/maven/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/pom.xml?rev=1732346&r1=1732345&r2=1732346&view=diff
==============================================================================
--- xmlgraphics/batik/branches/maven/pom.xml (original)
+++ xmlgraphics/batik/branches/maven/pom.xml Thu Feb 25 19:09:40 2016
@@ -77,10 +77,6 @@
       <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>