Skip to content

Commit

Permalink
use https and rename to docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Yuan committed Aug 9, 2021
1 parent 48fdb3b commit fbbfc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/installers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<install-builder-executable>${install-builder-home}/bin/builder</install-builder-executable>
<gw-latest-download-url>https://github.com/david-truong/gw/releases/download/v1.0.1/gw.jar</gw-latest-download-url>
<gw-latest-md5>488ddaed413c0f7ea67df049175380eb</gw-latest-md5>
<jpmcli-latest-download-url>http://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/biz.aQute.jpm.run-4.0.0-SNAPSHOT.jar</jpmcli-latest-download-url>
<jpmcli-latest-download-url>https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/biz.aQute.jpm.run-4.0.0-SNAPSHOT.jar</jpmcli-latest-download-url>
<jpmcli-latest-md5>7aafe878e453385fbcfbf0ced0ead2c6</jpmcli-latest-md5>
<bnd-latest-download-url>https://repository-cdn.liferay.com/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bnd/4.3.0/biz.aQute.bnd-4.3.0.jar</bnd-latest-download-url>
<bnd-latest-md5>4c64ce43b472749825ec7cd4ec8ee202</bnd-latest-md5>
Expand Down
2 changes: 1 addition & 1 deletion tools/plugins/com.liferay.ide.gradle.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
enablesFor="1"
icon="icons/e16/liferay_logo_16.png"
id="com.liferay.ide.gradle.popup.action.dockerDeploy"
label="Deploy Docker"
label="Docker Deploy"
menubarPath="liferayPopupMenuCategory/docker-deploy"
>
</action>
Expand Down

0 comments on commit fbbfc06

Please sign in to comment.