You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2019/05/22 17:59:17 UTC

[cayenne] branch STABLE-4.1 updated: switching upstream repo to https

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

aadamchik pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new 043350d  switching upstream repo to https
043350d is described below

commit 043350d6e2976c48cc371d830253a5339cef9089
Author: Andrus Adamchik <an...@objectstyle.com>
AuthorDate: Wed May 22 20:56:30 2019 +0300

    switching upstream repo to https
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb9b8c7..011f5b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@
 		<repository>
 			<id>objectstyle</id>
 			<name>ObjectStyle Repository</name>
-			<url>http://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
+			<url>https://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
 			<layout>default</layout>
 			<snapshots>
 				<enabled>false</enabled>
@@ -520,7 +520,7 @@
 		<pluginRepository>
 			<id>objectstyle</id>
 			<name>ObjectStyle repository</name>
-			<url>http://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
+			<url>https://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
 			<layout>default</layout>
 			<snapshots>
 				<enabled>false</enabled>