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/12/23 18:27:01 UTC

[isis] 01/05: Revert "ISIS-2934: disable repository.apache.org/snapshots"

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

commit f7c6e6c8de312860bd6e1bc3f1148b5d205bff1b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Dec 23 19:07:41 2021 +0100

    Revert "ISIS-2934: disable repository.apache.org/snapshots"
    
    This reverts commit a4c614e9f99c027c8db299ef3b89d8829eeedc87.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f9e6b1..60f8787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@
 	
 	
 	<pluginRepositories>
-		<!-- potentially breaks dependabot run: timeout due to repo not accessible 
+		<!-- potentially breaks dependabot run: timeout due to repo not accessible -->
 		<pluginRepository>
 			<id>apache.snapshots</id>
 			<name>Apache Snapshot Repository</name>
@@ -440,7 +440,7 @@
 			<releases>
 				<enabled>false</enabled>
 			</releases>
-		</pluginRepository> -->
+		</pluginRepository>
 		<pluginRepository>
 			<id>DataNucleus_2</id>
 			<url>http://www.datanucleus.org/downloads/maven2/</url> <!--TODO not yet supports SSL, even required? -->
@@ -451,7 +451,7 @@
 	</pluginRepositories>
 	
 	<repositories>
-		<!-- potentially breaks dependabot run: timeout due to repo not accessible 
+		<!-- potentially breaks dependabot run: timeout due to repo not accessible -->
 		<repository>
 			<id>apache.snapshots</id>
 			<name>Apache Snapshot Repository</name>
@@ -459,7 +459,7 @@
 			<releases>
 				<enabled>false</enabled>
 			</releases>
-		</repository> -->
+		</repository>
 		<repository>
 			<id>central</id>
 			<name>Central Repository</name>