You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/04/19 23:23:25 UTC

[maven-wagon] branch master updated: Remove snapshots repo

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new b48c2ac  Remove snapshots repo
b48c2ac is described below

commit b48c2acb0aa340171464d99041fe8768c89d6893
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 20 01:23:17 2020 +0200

    Remove snapshots repo
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5372bb7..1e79fed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,17 +325,6 @@ under the License.
     </dependencies>
   </dependencyManagement>
 
-  <repositories>
-    <repository><!-- useful to resolve maven-shade-plugin 3.2.3-SNAPSHOT -->
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>https://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
   <build>
     <pluginManagement>
       <plugins>