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 18:00:14 UTC

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


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

commit e7888daf24994ca48cfca98e5ed7312836bad34b
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 3bcb3c0..56a1dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,7 +473,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>
@@ -487,7 +487,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>