You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2023/01/08 10:05:50 UTC

[maven-doxia-book-renderer] branch master updated: fix Jira project: DOXIATOOLS

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-doxia-book-renderer.git


The following commit(s) were added to refs/heads/master by this push:
     new a0f6c9b  fix Jira project: DOXIATOOLS
a0f6c9b is described below

commit a0f6c9b13adadd1e5dde769d6dc0f71579b82eb3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jan 8 11:05:47 2023 +0100

    fix Jira project: DOXIATOOLS
---
 .asf.yaml | 9 +++++++++
 README.md | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6382a4f..3d2300e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,3 +8,12 @@ github:
     - apache-maven
     - doxia
     - doxia-tools
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
+notifications:
+  commits: commits@maven.apache.org
+  issues: issues@maven.apache.org
+  pullrequests: issues@maven.apache.org
+  jira_options: link label comment
diff --git a/README.md b/README.md
index 8d38ff5..f586327 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 Contributing to [Apache Maven Doxia Book Renderer](https://maven.apache.org/doxia/doxia-tools/doxia-book-renderer/)
 ======================
 
-[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-DOXIA.json)][jira]
+[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-DOXIATOOLS.json)][jira]
 [![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.doxia/doxia-book-renderer.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-book-renderer)
 [![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia-book-renderer/job/master.svg)][build]
@@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
   + Check for unnecessary whitespace with `git diff --check` before committing.
 + Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
 ```
-[DOXIA-XXX] - Subject of the JIRA Ticket
+[DOXIATOOLS-XXX] - Subject of the JIRA Ticket
  Optional supplemental description.
 ```
 + Make sure you have added the necessary tests (JUnit/IT) for your changes.
@@ -89,7 +89,7 @@ Additional Resources
 + [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)
 + #Maven IRC channel on freenode.org
 
-[jira]: https://issues.apache.org/jira/projects/DOXIA/
+[jira]: https://issues.apache.org/jira/projects/DOXIATOOLS/
 [license]: https://www.apache.org/licenses/LICENSE-2.0
 [ml-list]: https://maven.apache.org/mailing-lists.html
 [code-style]: https://maven.apache.org/developers/conventions/code.html