From cb4a9fb04a50ad1b0c76162f680349f01e4f3646 Mon Sep 17 00:00:00 2001 From: Martin Goldhahn Date: Sun, 30 Oct 2016 02:38:48 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1ff87f6..c636194 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Build status on travis.org: [![Build Status](https://travis-ci.org/maddingo/nio- Dependency Status: [![Dependency Status](https://www.versioneye.com/user/projects/57b60e1a14b4120012c0fc3a/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57b60e1a14b4120012c0fc3a) +Maven Central: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/no.maddin.niofs/nio-fs/badge.svg?style=plastic)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22no.maddin.niofs%22) + + FileSystemProviders for java.nio in Java 7. It allows File system operation agnostic to the underlying implementation, From dd4f8ab09a8ba638883bafafa6ca91f90e0236d1 Mon Sep 17 00:00:00 2001 From: Martin Goldhahn Date: Sun, 11 Dec 2016 16:21:30 +0100 Subject: [PATCH 2/2] updated maven site plugin to 3.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2434716..77b23fd 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-site-plugin - 3.5.1 + 3.6