Skip to content

Commit

Permalink
Update URLs to point to the coveooss organization (#107)
Browse files Browse the repository at this point in the history
* Update URLs to point to the `coveooss` organization

* Update build status badge and link
  • Loading branch information
Stephan202 committed Aug 21, 2021
1 parent 855f277 commit 1138112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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://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)

## fmt-maven-plugin
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<name>${project.groupId}:${project.artifactId}</name>

<description>Maven Plugin that formats a project's Java Code following google-java-format</description>
<url>http://github.com/coveo/fmt-maven-plugin</url>
<url>http://github.com/coveooss/fmt-maven-plugin</url>

<licenses>
<license>
Expand Down Expand Up @@ -43,9 +43,9 @@
</developers>

<scm>
<connection>scm:git:git@github.com:coveo/fmt-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:coveo/fmt-maven-plugin.git</developerConnection>
<url>http://github.com/coveo/fmt-maven-plugin</url>
<connection>scm:git:git@github.com:coveooss/fmt-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:coveooss/fmt-maven-plugin.git</developerConnection>
<url>http://github.com/coveooss/fmt-maven-plugin</url>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 1138112

Please sign in to comment.