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 20:05:49 UTC

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

Author: gadams
Date: Thu Feb 25 19:05:49 2016
New Revision: 1732345

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

Modified:
    xmlgraphics/commons/trunk/pom.xml

Modified: xmlgraphics/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/pom.xml?rev=1732345&r1=1732344&r2=1732345&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/pom.xml (original)
+++ xmlgraphics/commons/trunk/pom.xml Thu Feb 25 19:05:49 2016
@@ -20,21 +20,30 @@
     <surefire.version>2.18.1</surefire.version>
   </properties>
 
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/</connection>
     <url>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/</url>
     <developerConnection></developerConnection>
   </scm>
 
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
   <distributionManagement>
     <site>
       <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