Fix one repo, Build Status badge

This commit is contained in:
Sn0wStorm 2022-07-10 12:29:33 +02:00
parent 6d74b1fb3b
commit f08e3caac2
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven name: Build
on: on:
push: push:

View File

@ -1,6 +1,6 @@
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions. ### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](https://travis-ci.org/DieReicheErethons/Brewery) [![Build Status](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg)](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue) ![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)
[![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest) [![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest)

View File

@ -266,7 +266,7 @@
</dependency> </dependency>
<dependency> <dependency>
<!-- https://github.com/Slimefun/Slimefun4/releases --> <!-- https://github.com/Slimefun/Slimefun4/releases -->
<groupId>com.github.slimefun</groupId> <groupId>com.github.Slimefun</groupId>
<artifactId>Slimefun4</artifactId> <artifactId>Slimefun4</artifactId>
<version>RC-32</version> <version>RC-32</version>
<scope>provided</scope> <scope>provided</scope>