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:36 UTC

[cayenne] branch STABLE-4.0 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.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git


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

commit cee22a0909942a156f83a09991729120693ea82e
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 fc1aa46..e48878b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,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>
@@ -503,7 +503,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>