From 7f2bc4f492be20084a9706b739d1388a5fd7599b Mon Sep 17 00:00:00 2001 From: Christoph Burgmer Date: Thu, 14 Jul 2016 23:09:48 +0800 Subject: [PATCH] Bump version --- README.md | 6 +++--- project.clj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef88fc3a..0446229b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Here's [buildviz's look at ci.jenkins-ci.org](http://cburgmer.github.io/buildviz ## Usage - $ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.10.0/buildviz-0.10.0-standalone.jar - $ java -jar buildviz-0.10.0-standalone.jar + $ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.10.1/buildviz-0.10.1-standalone.jar + $ java -jar buildviz-0.10.1-standalone.jar Now, buildviz takes in new build results via `PUT` to `/builds`. Some suggestions how to set it up: @@ -56,7 +56,7 @@ JUnit XML ([or JSON](https://github.com/cburgmer/buildviz/wiki#help-my-tests-don E.g. sync existing history from Go.cd (see `--help` for details): - $ java -cp buildviz-0.10.0-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go + $ java -cp buildviz-0.10.1-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go There's support for [Jenkins, Go.cd and TeamCity](https://github.com/cburgmer/buildviz/wiki/CI-tool-integration). diff --git a/project.clj b/project.clj index 9709b2cc..d11def66 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject buildviz "0.10.0" +(defproject buildviz "0.10.1" :description "Transparency for your build pipeline's results and runtime." :url "https://github.com/cburgmer/buildviz" :license {:name "BSD 2-Clause"