From b8fd775469f282a3766843ef6b32b7c740bd32be Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Tue, 3 Aug 2021 21:38:43 +0200 Subject: [PATCH 1/2] Update URLs to point to the `coveooss` organization --- README.md | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f3f2be..11b6031 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/coveo/fmt-maven-plugin.svg?branch=master)](https://travis-ci.org/coveo/fmt-maven-plugin) -[![license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/coveo/fmt-maven-plugin/blob/master/LICENSE) +[![Build Status](https://travis-ci.org/coveooss/fmt-maven-plugin.svg?branch=master)](https://travis-ci.org/coveooss/fmt-maven-plugin) +[![license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/coveooss/fmt-maven-plugin/blob/master/LICENSE) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.coveo/fmt-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.coveo/fmt-maven-plugin) ## fmt-maven-plugin diff --git a/pom.xml b/pom.xml index 3544e62..1264117 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ${project.groupId}:${project.artifactId} Maven Plugin that formats a project's Java Code following google-java-format - http://github.com/coveo/fmt-maven-plugin + http://github.com/coveooss/fmt-maven-plugin @@ -43,9 +43,9 @@ - scm:git:git@github.com:coveo/fmt-maven-plugin.git - scm:git:git@github.com:coveo/fmt-maven-plugin.git - http://github.com/coveo/fmt-maven-plugin + scm:git:git@github.com:coveooss/fmt-maven-plugin.git + scm:git:git@github.com:coveooss/fmt-maven-plugin.git + http://github.com/coveooss/fmt-maven-plugin From 0f22ddda6299c806f17cf5378d1e8f985f29e028 Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Tue, 3 Aug 2021 21:52:56 +0200 Subject: [PATCH 2/2] Update build status badge and link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11b6031..387b0ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/coveooss/fmt-maven-plugin.svg?branch=master)](https://travis-ci.org/coveooss/fmt-maven-plugin) +[![Build Status](https://github.com/coveooss/fmt-maven-plugin/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/coveooss/fmt-maven-plugin/actions/workflows/ci.yml?query=branch%3Amaster) [![license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/coveooss/fmt-maven-plugin/blob/master/LICENSE) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.coveo/fmt-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.coveo/fmt-maven-plugin)