This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 2312738 Fix non-https dependency urls (#22)
2312738 is described below
commit 23127389c1795fae377ffec316b621d81c15e9f3
Author: Denis Kandrov <[email protected]>
AuthorDate: Wed May 22 14:37:21 2019 +0700
Fix non-https dependency urls (#22)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6519f0c..4206ed2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@
<repository>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshots Repository</name>
-
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
@@ -399,7 +399,7 @@
</repository>
<repository>
<id>tudelft</id>
- <url>http://simulation.tudelft.nl/maven/</url>
+ <url>https://simulation.tudelft.nl/maven/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>