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

Use HTTPS links in README and replace Travis badge #211

Merged
merged 1 commit into from
Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# MojoHaus AnimalSniffer Maven Plugin

This is the [animal-sniffer-maven-plugin](http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/).
This is the [animal-sniffer-maven-plugin](https://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/).

Please note this plugin is now in maintenance level as the exact same feature can be now easily achieved using the `--release`
flag from Javac see (http://openjdk.java.net/jeps/247)
flag from Javac see (https://openjdk.java.net/jeps/247)

[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/animal-sniffer-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/animal-sniffer-maven-plugin)
[![Build Status](https://travis-ci.org/mojohaus/animal-sniffer.svg?branch=master)](https://travis-ci.org/mojohaus/animal-sniffer)
[![Build Status](https://github.com/mojohaus/animal-sniffer/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/animal-sniffer/actions/workflows/maven.yml)

## Releasing

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Animal Sniffer
older JDK/API.

Please note this plugin is now in maintenance level as the exact same feature can be now easily achieved using the
--release flag from Javac see {{http://openjdk.java.net/jeps/247}}
--release flag from Javac see {{https://openjdk.java.net/jeps/247}}

* Introduction

Expand Down