You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/05/21 18:09:41 UTC

[royale-asjs] 02/02: http -> https

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 04631b25ad62a1273d8713b755fcaaa18b9ea168
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue May 21 10:29:43 2019 -0700

    http -> https
---
 ApproveRoyale.xml             | 4 ++--
 frameworks/downloads.xml      | 4 ++--
 marmotinni/java/downloads.xml | 2 +-
 releasecandidate.xml          | 8 ++++----
 releasesteps.xml              | 4 ++--
 settings-template.xml         | 4 ++--
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 0390160..22b2294 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -57,8 +57,8 @@
     <property name="doc.rat.report" value="${basedir}/rat-report-doc.txt"/>
 	<property name="apache.rat.jar" value="apache-rat-0.11.jar" />
 	<property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" />
-	<property name="apache.rat.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
-    <property name="apache.rat.tasks.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
+	<property name="apache.rat.url" value="https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
+    <property name="apache.rat.tasks.url" value="https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
 	   
     <property file="${basedir}/approveroyale.properties"/>
     
diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index 66dc783..7dbd9e5 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -29,10 +29,10 @@
     <property name="ROYALE_HOME" value="${env.ROYALE_HOME}" />
 
 	<property name="download.dir" value="${ROYALE_HOME}/in"/>
-    <property name="pixelbender.url" value="http://www.apache.org/dyn/mirrors/mirrors.cgi" />
+    <property name="pixelbender.url" value="https://www.apache.org/dyn/mirrors/mirrors.cgi" />
     <property name="pixelbender.folder" value="flex/pixelbender/1.0/binaries" />
     <property name="pixelbender.bin.zip" value="apache-flex-sdk-pixel-bender-1.0.0-bin.zip" />
-    <property name="flexunit.url" value="http://www.apache.org/dyn/mirrors/mirrors.cgi" />
+    <property name="flexunit.url" value="https://www.apache.org/dyn/mirrors/mirrors.cgi" />
     <property name="flexunit.folder" value="flex/flexunit/4.2.0/binaries" />
     <property name="flexunit.bin.zip" value="apache-flex-flexunit-4.2.0-4.12.0-bin.zip" />
    
diff --git a/marmotinni/java/downloads.xml b/marmotinni/java/downloads.xml
index 0f2cf6b..524e3dd 100644
--- a/marmotinni/java/downloads.xml
+++ b/marmotinni/java/downloads.xml
@@ -178,7 +178,7 @@
 	    description="Copies the selenium build jars.">
 		<mkdir dir="${lib.dir}/selenium" />
 	    <antcall target="download-zip">
-	      <param name="srcUrl" value="http://selenium-release.storage.googleapis.com/${selenium2.jar.dir.name}"/>
+	      <param name="srcUrl" value="https://selenium-release.storage.googleapis.com/${selenium2.jar.dir.name}"/>
 	      <param name="zipFile" value="${selenium2.jar.name}.zip"/>
 	    </antcall>
 	    <get src="http://www.apache.org/licenses/LICENSE-2.0" dest="${lib.dir}/selenium/selenium-LICENSE.txt"/>
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 4109be0..4ea3476 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -57,8 +57,8 @@
 	<property name="rat.report" value="${basedir}/rat-report.txt"/>
     <property name="apache.rat.jar" value="apache-rat-0.11.jar" />
     <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" />
-    <property name="apache.rat.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
-    <property name="apache.rat.tasks.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
+    <property name="apache.rat.url" value="https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
+    <property name="apache.rat.tasks.url" value="https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
     
     <property file="${basedir}/env.properties" />
     <property environment="env"/>
@@ -819,7 +819,7 @@
         <input
         message="At this point, the Maven artifacts should be ready to be posted on the staging repo.  Press a key and your browser will open to Nexus, the staging repository UI.  Login.  Then choose Staging Repositories in the left list.  Then find the orgapacheroyale repo in the top list.  Check the checkbox for orgapacheroyale then click on the 'close' button to post the artifacts."/>
         <exec executable="${browser}" spawn="true">
-            <arg value="http://repository.apache.org/" />
+            <arg value="https://repository.apache.org/" />
         </exec>
     </target>
     
@@ -1360,7 +1360,7 @@ ${my.name}
         <input
         message="The Maven artifacts need to be released to Maven Central.  Press a key and your browser will open to Nexus, the staging repository UI.  Login.  Then choose Staging Repositories in the left list.  Then find the orgapacheroyale repo in the top list.  Check the checkbox for orgapacheroyale then click on the 'release' button to post the artifacts."/>
         <exec executable="${browser}" spawn="true">
-            <arg value="http://repository.apache.org/" />
+            <arg value="https://repository.apache.org/" />
         </exec>
     </target>
 
diff --git a/releasesteps.xml b/releasesteps.xml
index d9e66e0..abe4bb6 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -52,8 +52,8 @@
 	<property name="rat.report" value="${basedir}/rat-report.txt"/>
     <property name="apache.rat.jar" value="apache-rat-0.11.jar" />
     <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" />
-    <property name="apache.rat.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
-    <property name="apache.rat.tasks.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
+    <property name="apache.rat.url" value="https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
+    <property name="apache.rat.tasks.url" value="https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
     
 	<property file="${basedir}/local.properties" />
 	<property file="${basedir}/build.properties" />
diff --git a/settings-template.xml b/settings-template.xml
index 07b2c2d..bc78230 100644
--- a/settings-template.xml
+++ b/settings-template.xml
@@ -42,7 +42,7 @@
             <repositories>
                 <repository>
                     <id>apache-snapshots</id>
-                    <url>http://repository.apache.org/snapshots/</url>
+                    <url>https://repository.apache.org/snapshots/</url>
                     <releases>
                         <enabled>false</enabled>
                     </releases>
@@ -54,7 +54,7 @@
             <pluginRepositories>
                 <pluginRepository>
                     <id>apache-snapshots</id>
-                    <url>http://repository.apache.org/snapshots/</url>
+                    <url>https://repository.apache.org/snapshots/</url>
                     <releases>
                         <enabled>false</enabled>
                     </releases>