You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/30 13:32:40 UTC

[maven-artifact-transfer] branch master updated: no longer need plexus snapshots

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 52084bf  no longer need plexus snapshots
52084bf is described below

commit 52084bf56cd02689decf2a6b380b450621e68b2f
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jul 30 09:06:58 2020 -0400

    no longer need plexus snapshots
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8efaed4..52cf2b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,19 +257,6 @@
     </dependency>
   </dependencies>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <id>plexus-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
   <profiles>
     <profile>
       <id>run-its</id>