You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2019/09/05 04:25:06 UTC

[ant] branch master updated: try the new .asf.yaml service

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

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a4d511  try the new .asf.yaml service
5a4d511 is described below

commit 5a4d511c8104bb1bbda88327a9523e4811be5549
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Thu Sep 5 06:24:35 2019 +0200

    try the new .asf.yaml service
    
    https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
---
 .asf.yaml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..249a851
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,22 @@
+# 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
+#
+#     https://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.
+
+github:
+  description: "Apache Ant is a Java-based build tool."
+  homepage: https://ant.apache.org/
+  labels:
+    - java
+    - build
+    - apache