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-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new a4c46e1  http -> https
a4c46e1 is described below

commit a4c46e157b11d68533fb6f548273a0f44052e974
Author: Stian Soiland-Reyes <[email protected]>
AuthorDate: Wed May 22 11:21:54 2019 +0100

    http -> https
---
 .../src/main/resources/archetype-resources/pom.xml                  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml 
b/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
index d1f26ca..8cece04 100644
--- a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
@@ -31,7 +31,7 @@
 
        ## The ${} below are expanded from taverna-engine pom.xml
        ## by resource filtering, rather than by Velocity
-       ## 
http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html
+       ## 
https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html
             
<taverna.engine.version>${project.parent.version}</taverna.engine.version>
             
<taverna.language.version>${taverna.language.version}</taverna.language.version>
             
<taverna.osgi.version>${taverna.osgi.version}</taverna.osgi.version>
@@ -155,7 +155,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>
@@ -165,7 +165,7 @@
                        <!-- The repository that your jars are deployed to -->
                        <id>my-repository</id>
                        <name>My Repository</name>
-                       <url>http://www.example.com/maven/repository</url>
+                       <url>https://www.example.com/maven/repository</url>
                </repository>
                <repository>
                        <!-- The repository that your snapshot jars are 
deployed to -->

Reply via email to