You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/02/26 06:42:57 UTC

svn commit: r1732421 - in /maven/skins/trunk: maven-default-skin/pom.xml maven-fluido-skin/pom.xml

Author: hboutemy
Date: Fri Feb 26 05:42:56 2016
New Revision: 1732421

URL: http://svn.apache.org/viewvc?rev=1732421&view=rev
Log:
added snapshot repository for parent pom resolution

Modified:
    maven/skins/trunk/maven-default-skin/pom.xml
    maven/skins/trunk/maven-fluido-skin/pom.xml

Modified: maven/skins/trunk/maven-default-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/pom.xml?rev=1732421&r1=1732420&r2=1732421&view=diff
==============================================================================
--- maven/skins/trunk/maven-default-skin/pom.xml (original)
+++ maven/skins/trunk/maven-default-skin/pom.xml Fri Feb 26 05:42:56 2016
@@ -51,6 +51,17 @@ under the License.
     </site>
   </distributionManagement>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <pluginManagement>
       <plugins>

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1732421&r1=1732420&r2=1732421&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Fri Feb 26 05:42:56 2016
@@ -97,6 +97,17 @@ under the License.
     <jquery.version>1.11.2</jquery.version>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <resources>
       <resource>