Skip to content

Commit

Permalink
Merge pull request #12 from fmhwong/version111
Browse files Browse the repository at this point in the history
Update version to 1.1.1
  • Loading branch information
fmhwong committed Nov 20, 2018
2 parents 51307df + ce5d3b8 commit 7479e69
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 202 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ To compile and package, run:

mvn package

This will build `target/liberty-opentracing-zipkintracer-1.1-sample.zip`. Copy this file to `${wlp.user.dir}`
This will build `target/liberty-opentracing-zipkintracer-1.1.1-sample.zip`. Copy this file to `${wlp.user.dir}`
and `unzip` it to install the feature extension:

$ cp target/liberty-opentracing-zipkintracer-1.1-sample.zip ${WLP}/usr/
$ cp target/liberty-opentracing-zipkintracer-1.1.1-sample.zip ${WLP}/usr/
$ cd ${WLP}/usr/
$ unzip liberty-opentracing-zipkintracer-1.1-sample.zip
$ unzip liberty-opentracing-zipkintracer-1.1.1-sample.zip
$ ls -R extension/
extension/:
lib
Expand Down
Loading

0 comments on commit 7479e69

Please sign in to comment.