Merge branch 'stable-3.3' into stable-3.4

* stable-3.3:
  Fix gerrit module name

Change-Id: Id8c9bdd5b974ecf5129381b1a96784ad6dfbb038
diff --git a/owners-api/BUILD b/owners-api/BUILD
index ccf66e6..06416d2 100644
--- a/owners-api/BUILD
+++ b/owners-api/BUILD
@@ -11,7 +11,7 @@
         "Implementation-Title: Gerrit OWNERS api plugin",
         "Implementation-URL: https://gerrit.googlesource.com/plugins/owners",
         "Gerrit-PluginName: owners-api",
-        "Gerrit-Module: com.googlesource.gerrit.owners.common.AutoassignModule",
+        "Gerrit-Module: com.googlesource.gerrit.owners.api.OwnersApiModule",
     ],
     resources = glob(["src/main/**/*"]),
     deps = [],