Skip to content

Commit f08e3ca

Browse files
committed
Fix one repo, Build Status badge
1 parent 6d74b1f commit f08e3ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: Build
55

66
on:
77
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
22

3-
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](https://travis-ci.org/DieReicheErethons/Brewery)
3+
[![Build Status](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg)](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
44
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)
55
[![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest)
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
</dependency>
267267
<dependency>
268268
<!-- https://github.com/Slimefun/Slimefun4/releases -->
269-
<groupId>com.github.slimefun</groupId>
269+
<groupId>com.github.Slimefun</groupId>
270270
<artifactId>Slimefun4</artifactId>
271271
<version>RC-32</version>
272272
<scope>provided</scope>

0 commit comments

Comments
 (0)