You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2016/02/25 09:15:04 UTC

svn commit: r1732258 - /xmlgraphics/commons/trunk/pom.xml

Author: gadams
Date: Thu Feb 25 08:15:04 2016
New Revision: 1732258

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

Modified:
    xmlgraphics/commons/trunk/pom.xml

Modified: xmlgraphics/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/pom.xml?rev=1732258&r1=1732257&r2=1732258&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/pom.xml (original)
+++ xmlgraphics/commons/trunk/pom.xml Thu Feb 25 08:15:04 2016
@@ -31,6 +31,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>
 
   <dependencies>



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