Rename artifact to 'its-bugzilla'

Change-Id: I4cf01cea9c499b7706f34c56eac7e11d599ac3c5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/pom.xml b/pom.xml
index 1114e12..ce42cad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.googlesource.gerrit.plugins.bugzilla</groupId>
-  <artifactId>hooks-bugzilla</artifactId>
+  <artifactId>its-bugzilla</artifactId>
   <version>2.9-SNAPSHOT</version>
 
   <name>Gerrit - Bugzilla support</name>
@@ -95,7 +95,7 @@
   <dependencies>
     <dependency>
       <groupId>com.googlesource.gerrit.plugins.its</groupId>
-      <artifactId>hooks-its</artifactId>
+      <artifactId>its-base</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 78313d1..5a8756b 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -106,7 +106,7 @@
 configured through a xref:config-rule-base[rule base] in
 `etc/its/action.config`.
 
-To turn off the legacy event handling of older 'hooks-*' plugins and
+To turn off the legacy event handling of older 'its-*' plugins and
 stop unwanted legacy comments, add the following settings to the
 'bugzilla' section of 'etc/gerrit.config':
 
@@ -522,7 +522,7 @@
 <<action-set-status-and-resolution,set-status-and-resolution>>::
   sets the status of the issue
 
-Further actions may be provided by 'hooks-its' based plugins.
+Further actions may be provided by 'its-base' based plugins.
 
 [[action-add-comment]]
 Action: add-comment