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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5eb1e9b  GORA-686 Add .asf.yaml file to Gora repository
     new 5d39774  Merge pull request #243 from lewismc/GORA-686
5eb1e9b is described below

commit 5eb1e9bf81455c9c227b1cde324825493e41839c
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Sat May 8 13:17:59 2021 -0700

    GORA-686 Add .asf.yaml file to Gora repository
---
 .asf.yaml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..b2ee4b9
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,27 @@
+# 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 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.
+github:
+  description: "The Apache Gora open source framework provides an in-memory 
data model and persistence for big data."
+  homepage: https://gora.apache.org/
+  labels:
+    - java
+    - persistence
+    - object-to-datastore
+    - big data
+
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  jira_options: link label comment

Reply via email to