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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 70e3480  added GitHub configuration
70e3480 is described below

commit 70e348092a2205d1c2e684b44ea99b0a6180e636
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Mon Apr 13 17:55:35 2020 +0200

    added GitHub configuration
---
 .asf.yaml | 26 ++++++++++++++++++++++++++
 README.md |  6 +++---
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..c549ec8
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +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.
+#
+# see https://s.apache.org/asfyaml
+github:
+  description: "Apache Maven Archetype Bundles"
+  homepage: https://maven.apache.org/archetypes/
+  labels:
+    - java
+    - build-management
+    - maven-plugins
+    - maven-archetype
+    - maven
diff --git a/README.md b/README.md
index a33171b..4f5fb4a 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@ Contributing to [Apache Maven Archetype 
Bundles](https://maven.apache.org/archet
 ======================
 
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.archetypes/maven-archetype-quickstart.svg?label=Maven%20Central)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven.archetypes%22%20AND%20a%3A%22maven-archetype-bundles%22)
-[![Jenkins 
Status](https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven-archetypes/job/master.svg?style=flat-square)][build]
-[![Jenkins 
tests](https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven-archetypes/job/master.svg?style=flat-square)][test-results]
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.archetypes/maven-archetype-quickstart.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.archetypes/maven-archetype-bundles)
+[![Jenkins 
Status](https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven-archetypes/job/master.svg)][build]
+[![Jenkins 
tests](https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven-archetypes/job/master.svg)][test-results]
 
 
 You have found a bug or you have an idea for a cool new feature? Contributing

Reply via email to