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 2022/04/03 16:11:19 UTC

[aries-antora-site] branch master updated: add badges

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-antora-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a86721  add badges
1a86721 is described below

commit 1a867217965a66bbdfbc252bd22418dd1e5c9eb7
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sun Apr 3 12:11:15 2022 -0400

    add badges
    
    - build badge
    - maven central badge
---
 modules/ROOT/pages/modules/spi-fly.adoc | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/modules/ROOT/pages/modules/spi-fly.adoc b/modules/ROOT/pages/modules/spi-fly.adoc
index 31fc0fd..53cbd85 100644
--- a/modules/ROOT/pages/modules/spi-fly.adoc
+++ b/modules/ROOT/pages/modules/spi-fly.adoc
@@ -1,5 +1,26 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
 = SPI Fly
 
+image:https://github.com/apache/aries/actions/workflows/spi-fly.yml/badge.svg[SPI Fly - CI Build,link=https://github.com/apache/aries/actions/workflows/spi-fly.yml]
+image:https://img.shields.io/maven-central/v/org.apache.aries.spifly/spifly[Maven Central,link=https://search.maven.org/search?q=g:org.apache.aries.spifly]
+
 This page describes the SPI Fly component.
 The SPI Fly component is aimed at providing OSGi support for JRE SPI mechanisms, including the usage of `java.util.ServiceLoader`,  `META-INF/services` and similar methods.