Skip to content

Commit

Permalink
Update version from 0.1 to 0.1.1 as a patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwei committed Jul 24, 2018
1 parent 9b15b52 commit 02b7bb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Before downloading the package, make sure you installed [IBM Spectrum LSF 10.1.0
Download the latest release package from https://github.com/IBMSpectrumComputing/cwlexec/releases and extract the package.

```
tar xzvf cwlexec-0.1.tar.gz
tar xzvf cwlexec-0.1.1.tar.gz
```
Add the extracted directory `cwlexec-0.1` with the `cwlexec` command to the `PATH` environment variable.
Add the extracted directory `cwlexec-0.1.1` with the `cwlexec` command to the `PATH` environment variable.

## Run
Make sure that you sourced the LSF environment, then run `cwlexec` or `cwlexec -h` to view help.
Expand All @@ -39,7 +39,7 @@ git clone https://github.com/IBMSpectrumComputing/cwlexec.git # Clone cwlexec re
cd cwlexec # Switch to source directory
mvn package # build package
```
After the build, the `cwlexec-0.1.tar.gz` package is generated in the `target` directory.
After the build, the `cwlexec-0.1.1.tar.gz` package is generated in the `target` directory.


## Test
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.spectrumcomputing.cwl</groupId>
<artifactId>cwlexec</artifactId>
<version>0.1</version>
<version>0.1.1</version>
<packaging>jar</packaging>
<name>cwlexec</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ private void showHelp() {
}

private void showVersion() {
CWLExecUtil.printStderrMsg("0.1");
CWLExecUtil.printStderrMsg("0.1.1");
System.exit(0);
}

Expand Down

0 comments on commit 02b7bb7

Please sign in to comment.