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 22:59:32 UTC

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

Author: gadams
Date: Thu Feb 25 21:59:32 2016
New Revision: 1732383

URL: http://svn.apache.org/viewvc?rev=1732383&view=rev
Log:
Another try on configuring remote repository for snapshots.

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=1732383&r1=1732382&r2=1732383&view=diff
==============================================================================
--- xmlgraphics/batik/branches/maven/pom.xml (original)
+++ xmlgraphics/batik/branches/maven/pom.xml Thu Feb 25 21:59:32 2016
@@ -61,24 +61,11 @@
     </license>
   </licenses>
 
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/</connection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/batik/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>
-  </distributionManagement>
-
   <modules>
     <module>batik-all</module>
     <module>batik-anim</module>
@@ -156,4 +143,28 @@
     </pluginManagement>
   </build>
   
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/</connection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/</url>
+    <developerConnection></developerConnection>
+  </scm>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots.https</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <distributionManagement>
+    <site>
+      <id>${project.artifactId}-site</id>
+      <url>${project.baseUri}</url>
+    </site>
+  </distributionManagement>
+
 </project>