Skip to content

Commit

Permalink
Updated README - changing branching system
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Aug 26, 2014
1 parent 36d9c56 commit 3687fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
@@ -1,7 +1,7 @@
== CarCV

image:https://travis-ci.org/oskopek/carcv.svg?branch=develop["Build Status", link="https://travis-ci.org/oskopek/carcv"]
image:https://coveralls.io/repos/oskopek/carcv/badge.png?branch=develop["Coverage status", link="https://coveralls.io/r/oskopek/carcv?branch=develop"]
image:https://travis-ci.org/oskopek/carcv.svg?branch=master["Build Status", link="https://travis-ci.org/oskopek/carcv"]
image:https://coveralls.io/repos/oskopek/carcv/badge.png?branch=master["Coverage status", link="https://coveralls.io/r/oskopek/carcv?branch=master"]
image:https://www.ohloh.net/p/carcv/widgets/project_thin_badge.gif["Ohloh widget", link="https://www.ohloh.net/p/carcv"]

A car recognizing and speed calculation platform.
Expand All @@ -16,7 +16,7 @@ CarCV consists of several modules:
* *carcv-cpp* -- an old and deprecated implementation of this project in C++ with heavy use of OpenCV
* *carcv-webapp* -- a Java EE web-app implementation of the CarCV Core

CarCV uses http://semver.org/[semantic versioning] and a branching model similar to http://nvie.com/posts/a-successful-git-branching-model/[this].
CarCV uses http://semver.org/[semantic versioning].

=== Building
* See: How-to setup your *build environment*:
Expand Down

0 comments on commit 3687fc2

Please sign in to comment.