From b1c9f804089d539563e5d2ec55fa8ccaced1d9cd Mon Sep 17 00:00:00 2001 From: David Xia Date: Sun, 30 Jun 2019 13:22:59 -0400 Subject: [PATCH] Update README with inactive status --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index daf70c68..90c4de51 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # docker-maven-plugin -[![Travis CI](https://travis-ci.org/spotify/docker-maven-plugin.svg?branch=master)](https://travis-ci.org/spotify/docker-maven-plugin/) +[![Build Status](https://travis-ci.com/spotify/docker-maven-plugin.svg?branch=master)](https://travis-ci.com/spotify/docker-maven-plugin) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.spotify/docker-maven-plugin/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.spotify/docker-maven-plugin/) +[![License](https://img.shields.io/github/license/spotify/dockerfile-maven.svg)](LICENSE) + A Maven plugin for building and pushing Docker images. -## Status: bug-fix only +## Status: inactive -**We recommend that new projects use [dockerfile-maven][].** -This project will no longer have new features or accept PRs for new features. -We will continue to accept bug fixes, however. +**We recommend you use [dockerfile-maven][] instead.** ### The future of docker-maven-plugin