diff --git a/README.md b/README.md index ad857a5..d727b6f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ All it needs is your build history including test results. ## Usage - $ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.14.2/buildviz-0.14.2-standalone.jar - $ java -jar buildviz-0.14.2-standalone.jar + $ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.14.3/buildviz-0.14.3-standalone.jar + $ java -jar buildviz-0.14.3-standalone.jar Now, buildviz takes in new build results via `PUT` to `/builds`. Some suggestions how to set it up: @@ -52,7 +52,7 @@ JUnit XML ([or JSON](https://github.com/cburgmer/buildviz/wiki#help-my-tests-don E.g. sync existing history from GoCD (see `--help` for details): - $ java -cp buildviz-0.14.2-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go + $ java -cp buildviz-0.14.3-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go There's support for [Jenkins, GoCD and TeamCity](https://github.com/cburgmer/buildviz/wiki/CI-tool-integration). diff --git a/project.clj b/project.clj index 00a364b..8a0749d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject buildviz "0.14.2" +(defproject buildviz "0.14.3" :description "Transparency for your build pipeline's results and runtime." :url "https://github.com/cburgmer/buildviz" :license {:name "BSD 2-Clause" diff --git a/resources/public/package-lock.json b/resources/public/package-lock.json index ada8614..31a59cd 100644 --- a/resources/public/package-lock.json +++ b/resources/public/package-lock.json @@ -1,6 +1,6 @@ { "name": "buildviz", - "version": "0.14.2", + "version": "0.14.3", "lockfileVersion": 1, "requires": true, "dependencies": {