You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/02/28 10:56:52 UTC

svn commit: r1732708 - /webservices/axiom/branches/maven-site-plugin-3.5/pom.xml

Author: veithen
Date: Sun Feb 28 09:56:51 2016
New Revision: 1732708

URL: http://svn.apache.org/viewvc?rev=1732708&view=rev
Log:
Maven Fluido Skin 1.5 has now been released.

Modified:
    webservices/axiom/branches/maven-site-plugin-3.5/pom.xml

Modified: webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/pom.xml?rev=1732708&r1=1732707&r2=1732708&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/pom.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/pom.xml Sun Feb 28 09:56:51 2016
@@ -279,14 +279,6 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
-        <repository>
-            <id>maven-fluido-skin-1.5</id>
-            <name>Maven Fluido Skin 1.5 staging repository</name>
-            <url>https://repository.apache.org/content/repositories/maven-1253/</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
     </repositories>
     <pluginRepositories>
         <pluginRepository>
@@ -835,8 +827,7 @@
                         </requireMavenVersion>
                         <requireNoRepositories>
                             <message>The POM must not include repository definitions since non Apache repositories threaten the build stability.</message>
-                            <!-- TODO: change this when Fluido Skin has been released -->
-                            <banRepositories>false</banRepositories>
+                            <banRepositories>true</banRepositories>
                             <banPluginRepositories>true</banPluginRepositories>
                             <!-- We still need to allow the Apache snapshot repository -->
                             <allowSnapshotRepositories>true</allowSnapshotRepositories>