From 9588c728f6f801776cdc05aaa773e26d0f75f2d4 Mon Sep 17 00:00:00 2001 From: Leif Gruenwoldt Date: Sun, 28 Feb 2016 12:33:31 -0500 Subject: [PATCH] Add Maven Central badge to readme This badge will be a reminder to open-dis users (and ourselves) what the latest version that's been deployed and available in Maven Central is. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f283b06..1e0cf2b8 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Open-DIS git repository for the Java implementation [![Build Status](https://travis-ci.org/open-dis/open-dis-java.svg?branch=master)](https://travis-ci.org/open-dis/open-dis-java) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/edu.nps.moves/open-dis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/edu.nps.moves/open-dis)