You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/10/28 14:39:57 UTC

[isis] branch master updated: ISIS-2445: try fix dependabot: disable apache snapshot repo

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3991c29  ISIS-2445: try fix dependabot: disable apache snapshot repo
3991c29 is described below

commit 3991c29afeba9b07c5c2c764551155ce0e58e1d5
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Oct 28 16:39:49 2021 +0200

    ISIS-2445: try fix dependabot: disable apache snapshot repo
---
 isis-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index 2759e08..55b3b2c 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -342,6 +342,7 @@ under the License.
         <project.build.outputTimestamp>2021-08-22T15:43:00Z</project.build.outputTimestamp>
     </properties>
 
+<!-- breaks dependabot run: timeout due to repo not accessible
 	<repositories>
 		<repository>
 			<id>apache.snapshots</id>
@@ -362,6 +363,7 @@ under the License.
 			</releases>
 		</pluginRepository>
 	</pluginRepositories>
+	 -->
 
 	<build>
 		<pluginManagement>