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 2022/04/12 10:44:54 UTC

[isis] branch master updated: ISIS-2445: switch DataNucleus plugin repo to SSL

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 0c7e49a6a4 ISIS-2445: switch DataNucleus plugin repo to SSL
0c7e49a6a4 is described below

commit 0c7e49a6a42c24a86db438aa34a9d8612958cbc3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 12 12:44:48 2022 +0200

    ISIS-2445: switch DataNucleus plugin repo to SSL
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 3fa2e7347a..6a8c525f6d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -195,7 +195,7 @@
 	<pluginRepositories>
 		<pluginRepository>
 			<id>DataNucleus_2</id>
-			<url>http://www.datanucleus.org/downloads/maven2/</url> <!--TODO not yet supports SSL, even required? -->
+			<url>https://www.datanucleus.org/downloads/maven2/</url> 
 			<snapshots>
 				<enabled>false</enabled>
 			</snapshots>