This is an automated email from the ASF dual-hosted git repository.
nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new f1d4f90 JCLOUDS-1499: Disable sonatype snapshot repository for
plugins (#28)
f1d4f90 is described below
commit f1d4f900bf01919abaff0adb16a82aa30694c759
Author: Olaf Flebbe <[email protected]>
AuthorDate: Tue May 7 10:21:03 2019 +0200
JCLOUDS-1499: Disable sonatype snapshot repository for plugins (#28)
---
project/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/project/pom.xml b/project/pom.xml
index 7bd121c..8efc1c1 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -110,13 +110,6 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <pluginRepository>
- <id>ossrh</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
</pluginRepositories>
<distributionManagement>