Skip to content

Commit

Permalink
#164 : Master to main changes + start on JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Mar 18, 2024
1 parent 9c7652d commit 7813d0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 3rd-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

## Product

* GSON - https://github.com/google/gson/blob/master/LICENSE
* Guava - https://github.com/google/guava/blob/master/COPYING
* GSON - https://github.com/google/gson/blob/main/LICENSE
* Guava - https://github.com/google/guava/blob/main/COPYING
* log4j - https://logging.apache.org/log4j/2.0/license.html
* JavaMail - https://glassfish.java.net/public/CDDL+GPL_1_1.html
* Spring Boot - https://github.com/spring-projects/spring-boot/blob/master/LICENSE.txt
* Spring Boot - https://github.com/spring-projects/spring-boot/blob/main/LICENSE.txt
* Snake YAML - https://bitbucket.org/asomov/snakeyaml/src/default/LICENSE.txt
* H2 - https://www.h2database.com/html/license.html
* JJWT - https://github.com/jwtk/jjwt/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To work on something, whether a new feature or a bug fix:


After your PR has been reviewed and signed off, a maintainer will merge it into
the master branch.
the main branch.

## Code conventions and housekeeping

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BX-bot

[![Gradle CI](https://github.com/gazbert/bxbot/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/gazbert/bxbot/actions/workflows/gradle.yml)
[![Maven CI](https://github.com/gazbert/bxbot/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/gazbert/bxbot/actions/workflows/maven.yml)
[![Gradle CI](https://github.com/gazbert/bxbot/actions/workflows/gradle.yml/badge.svg?branch=main)](https://github.com/gazbert/bxbot/actions/workflows/gradle.yml)
[![Maven CI](https://github.com/gazbert/bxbot/actions/workflows/maven.yml/badge.svg?branch=main)](https://github.com/gazbert/bxbot/actions/workflows/maven.yml)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=gazbert_bxbot&metric=alert_status)](https://sonarcloud.io/dashboard?id=gazbert_bxbot)
[![Join the chat at https://gitter.im/BX-bot/Lobby](https://badges.gitter.im/BX-bot/Lobby.svg)](https://gitter.im/BX-bot/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down Expand Up @@ -118,7 +118,7 @@ You can use Gradle or Maven to build the bot and pull down the dependencies.

The instructions below are for Linux/macOS, but equivalent Windows scripts are included.

Clone the repo locally (master branch).
Clone the repo locally (main branch).

### Maven
1. From the project root, run `./mvnw clean install`.
Expand Down Expand Up @@ -149,7 +149,7 @@ The bot has undergone basic unit testing on a _best-effort_ basis.
There is a CI build running on [GitHub Actions](https://github.com/gazbert/bxbot/actions).

The latest stable build can always be found on the [Releases](https://github.com/gazbert/bxbot/releases) page.
The SNAPSHOT builds on master are active development builds, but the tests should always pass and the bot should always
The SNAPSHOT builds on main are active development builds, but the tests should always pass and the bot should always
be deployable.

## User Guide
Expand Down

0 comments on commit 7813d0c

Please sign in to comment.