Skip to content

Commit

Permalink
switch to stable jpm install name
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerson committed May 17, 2016
1 parent 55f4100 commit 4ee75ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installers/global
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -sL https://github.com/jpm4j/jpm4j.installers/raw/master/dist/biz.aQute.jpm.run.jar >tmp.jar
java -jar tmp.jar -g init
rm tmp.jar
jpm install -f https://liferay-test-01.ci.cloudbees.com/job/liferay-blade-cli/lastSuccessfulBuild/artifact/com.liferay.blade.cli/generated/com.liferay.blade.cli.jar
jpm install com.liferay.blade.cli
echo "blade installed successfully."
2 changes: 1 addition & 1 deletion installers/local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -sL https://github.com/jpm4j/jpm4j.installers/raw/master/dist/biz.aQute.jpm.run.jar >tmp.jar
java -jar tmp.jar -u init
rm tmp.jar
jpm install -f https://liferay-test-01.ci.cloudbees.com/job/liferay-blade-cli/lastSuccessfulBuild/artifact/com.liferay.blade.cli/generated/com.liferay.blade.cli.jar
jpm install com.liferay.blade.cli
echo "blade installed successfully."

0 comments on commit 4ee75ba

Please sign in to comment.