This is an automated email from the ASF dual-hosted git repository.
stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-language.git
The following commit(s) were added to refs/heads/master by this push:
new f872646 http -> https
f872646 is described below
commit f8726468b3e9fc6013b46e0a9a7e35152e9a3e65
Author: Stian Soiland-Reyes <[email protected]>
AuthorDate: Wed May 22 11:22:59 2019 +0100
http -> https
---
taverna-tavlang-tool/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taverna-tavlang-tool/pom.xml b/taverna-tavlang-tool/pom.xml
index 60aade7..21c9520 100644
--- a/taverna-tavlang-tool/pom.xml
+++ b/taverna-tavlang-tool/pom.xml
@@ -188,13 +188,13 @@
<snapshots />
<id>mygrid-repository</id>
<name>myGrid Repository</name>
- <url>http://www.mygrid.org.uk/maven/repository</url>
+ <url>https://www.mygrid.org.uk/maven/repository</url>
</repository>
<repository>
<id>mygrid-snapshot-repository</id>
<name>myGrid Snapshot Repository</name>
- <url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
+ <url>https://www.mygrid.org.uk/maven/snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
@@ -205,7 +205,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
+ <url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>