-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all DEVEL references [DI-241] (#224)
Remove all DEVEL refs as we don't package DEVEL - only produce Docker image. See JIRA for more details Accompanied by hazelcast/homebrew-hz#38 Fixes [DI-241](https://hazelcast.atlassian.net/browse/DI-241) --------- Co-authored-by: Jack Green <[email protected]>
- Loading branch information
1 parent
77b4423
commit 456c0eb
Showing
8 changed files
with
11 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,11 +164,11 @@ Run the following to install e.g. version `5.0.1`: | |
brew install [email protected] | ||
``` | ||
|
||
## Installing a SNAPSHOT/DEVEL/BETA version | ||
## Installing a SNAPSHOT/BETA version | ||
|
||
### Install a SNAPSHOT/DEVEL/BETA version with apt | ||
### Install a SNAPSHOT/BETA version with apt | ||
|
||
You need to replace `stable` with `snapshot`/`devel`/`beta` in | ||
You need to replace `stable` with `snapshot`/`beta` in | ||
the repository definition to use Hazelcast snapshots. | ||
|
||
Run the following to install the latest snapshot version: | ||
|
@@ -185,9 +185,9 @@ Install Hazelcast Enterprise (license required) | |
sudo apt install hazelcast-enterprise | ||
``` | ||
|
||
### Install a SNAPSHOT/DEVEL/BETA version with yum | ||
### Install a SNAPSHOT/BETA version with yum | ||
|
||
You need to replace `stable` with `snapshot`/`devel`/`beta` in | ||
You need to replace `stable` with `snapshot`/`beta` in | ||
the repository definition to use Hazelcast snapshots. | ||
|
||
Run the following to install the latest snapshot version: | ||
|
@@ -203,16 +203,16 @@ Install Hazelcast Enterprise (license required) | |
sudo yum install hazelcast-enterprise | ||
``` | ||
|
||
### Install a SNAPSHOT/DEVEL/BETA version with Homebrew | ||
### Install a SNAPSHOT/BETA version with Homebrew | ||
|
||
You need to add `snapshot`/`devel`/`beta` suffix to the package version when | ||
You need to add `snapshot`/`beta` suffix to the package version when | ||
installing a snapshot. | ||
|
||
Run the following to install the latest `devel` version of Hazelcast Enterprise: | ||
Run the following to install the latest `snapshot` version of Hazelcast Enterprise: | ||
|
||
```shell | ||
brew tap hazelcast/hz | ||
brew install hazelcast-enterprise-devel | ||
brew install hazelcast-enterprise-snapshot | ||
``` | ||
|
||
Search for available versions using the following command: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.