Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URLs to point to the coveooss organization #107

Merged
merged 2 commits into from Aug 21, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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://travis-ci.org/coveooss/fmt-maven-plugin.svg?branch=master)](https://travis-ci.org/coveooss/fmt-maven-plugin)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, following the work in #96 I suppose this badge should be replaced altogether.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K, added one more commit for that.

[![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