Skip to content

Commit

Permalink
module.info: prepare v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Feb 20, 2017
1 parent 0d49df0 commit 55d9f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You might want to use a script as follows for this task:
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/Icinga/icingaweb2-module-businessprocess"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/businessprocess"
MODULE_VERSION="2.0.0"
MODULE_VERSION="2.1.0"
URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz"
install -d -m 0755 "${TARGET_DIR}"
wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}" --strip-components 1
Expand All @@ -37,7 +37,7 @@ It will be immediately ready for use:
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/Icinga/icingaweb2-module-businessprocess"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/businessprocess"
MODULE_VERSION="2.0.0"
MODULE_VERSION="2.1.0"
git clone "${REPO_URL}" "${TARGET_DIR}"
```

Expand Down
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Businessprocess
Version: 2.0.0
Depends: monitoring>=2.3.0
Version: 2.1.0
Depends: monitoring>=2.4.1
Description: A Business Process viewer and modeler
Provides a web-based process modeler for. It integrates as a module into
Icinga Web 2 and provides a plugin check command for Icinga. Tile and tree
Expand Down

0 comments on commit 55d9f1e

Please sign in to comment.