Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Oct 13, 2015
1 parent 92e60cc commit 757326e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ or run Go.cd in a Vagrant box and sync its job history with buildviz

## Usage

$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.4.0/buildviz-0.4.0-standalone.jar
$ java -jar buildviz-0.4.0-standalone.jar
$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.5.0/buildviz-0.5.0-standalone.jar
$ java -jar buildviz-0.5.0-standalone.jar

Now, buildviz takes in new build results via `PUT` to `/builds`. Some suggestions how to do the setup:

Expand Down Expand Up @@ -59,7 +59,7 @@ JUnit XML formatted test results can be `PUT` to `http://localhost:3000/builds/$

Sync existing history (see `--help` for details):

$ java -cp buildviz-0.4.0-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go
$ java -cp buildviz-0.5.0-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go

## More

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject buildviz "0.4.0"
(defproject buildviz "0.5.0"
:description "Transparency for your build pipeline's results and runtime."
:url "https://github.com/cburgmer/buildviz"
:license {:name "BSD 2-Clause"
Expand Down

0 comments on commit 757326e

Please sign in to comment.