You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/12/26 15:20:59 UTC

[aries-cdi] branch master updated: fix build badge

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d192fe  fix build badge
     new e6878f1  Merge pull request #34 from rotty3000/master
7d192fe is described below

commit 7d192febbba57daf0169acea0e9c3adf4e23876f
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Thu Dec 26 10:19:02 2019 -0500

    fix build badge
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 15552c9..76fc50b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Aries CDI Integration
 
-[![Build Status](https://github.com/apache/aries-cdi/workflows/Java+CI/badge.svg)](https://github.com/apache/aries-cdi/actions?query=workflow%3A%22Java+CI%22)
+[![GitHub Actions CI Build Status](https://github.com/apache/aries-cdi/workflows/CI%20Build/badge.svg)](https://github.com/apache/aries-cdi/actions?query=workflow%3A%22CI%20Build%22)
 [![Maven Central](https://img.shields.io/maven-central/v/org.apache.aries.cdi/org.apache.aries.cdi.extender.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.apache.aries.cdi%22%20AND%20a:%22org.apache.aries.cdi.extender%22)
 
 This is an implementation of [OSGi CDI Integration Specification ](https://osgi.org/specification/osgi.enterprise/7.0.0/service.cdi.html) (hereafter referred to simply as _OSGi CDI_).