Fixing cli script version
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1e94b615 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1e94b615 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1e94b615 Branch: refs/heads/4.0.0-grouping Commit: 1e94b6156d85a932070e79b693603029dbc29988 Parents: 38e4e3b Author: Lahiru <[email protected]> Authored: Sat Aug 23 00:35:55 2014 +0530 Committer: Lahiru <[email protected]> Committed: Sat Aug 23 00:35:55 2014 +0530 ---------------------------------------------------------------------- products/stratos-cli/distribution/src/main/bin/stratos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1e94b615/products/stratos-cli/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.sh b/products/stratos-cli/distribution/src/main/bin/stratos.sh index 68910f3..76f8677 100755 --- a/products/stratos-cli/distribution/src/main/bin/stratos.sh +++ b/products/stratos-cli/distribution/src/main/bin/stratos.sh @@ -29,5 +29,5 @@ if [ -z $STRATOS_CLI_HOME ] ; then STRATOS_CLI_HOME="$PWD" fi -java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-SNAPSHOT.jar $* +java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.1.0-SNAPSHOT.jar $*
