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/04 15:23:21 UTC

[aries-cdi] branch master updated: update badge to github actions

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 55a135b  update badge to github actions
     new 6ff6621  Merge pull request #17 from rotty3000/badge
55a135b is described below

commit 55a135b15cba656bceeca378bc22c720f79ab640
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue Dec 3 23:57:31 2019 -0500

    update badge to github actions
    
    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 892535d..5e66497 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Aries CDI Integration
 
-[![Build Status](https://builds.apache.org/buildStatus/icon?job=Aries-component-dsl-master)](https://builds.apache.org/job/Aries-cdi-master)
+[![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)
 [![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_).