fix Jira project: DOXIATOOLS
diff --git a/.asf.yaml b/.asf.yaml
index 256a1ca..407c539 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -9,3 +9,12 @@
     - maven-plugin
     - 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 81a4773..4c576c0 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 Contributing to [Apache Maven Doxia Book Maven Plugin](https://maven.apache.org/doxia/doxia-tools/doxia-book-maven-plugin/)
 ======================
 
-[![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-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-book-maven-plugin)
 [![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia-book-maven-plugin/job/master.svg)][build]
@@ -61,7 +61,7 @@
   + 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 @@
 + [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