Skip to content

Commit

Permalink
add badges after first release
Browse files Browse the repository at this point in the history
  • Loading branch information
HomeOfTheWizard committed Jul 24, 2024
1 parent e7d477d commit 26cd212
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: CI Maven

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish package to the Maven Central Repository
name: Publish to Maven Central
on:
workflow_dispatch: # Only run when manually started
jobs:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# spring-bridge-maven
[![Maven Central](https://img.shields.io/maven-central/v/com.homeofthewizard/spring-bridge-maven?color=orange)](https://search.maven.org/artifact/com.homeofthewizard/spring-bridge-maven)
[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
![CI Passing](https://github.com/homeofthewizard/spring-bridge-maven-plugin/actions/workflows/maven-build.yml/badge.svg)

# spring-bridge-maven

This project is library that allows injecting Spring Beans into maven's DI system, [Sisu](https://eclipse.dev/sisu/).
It is intended to help maven plugin developments by allowing the usage of spring libraries.
Expand Down

0 comments on commit 26cd212

Please sign in to comment.