Merge branch 'stable-3.4'

* stable-3.4:
  Fix gerrit module name

Change-Id: Iddbad9b4652f74b41ece376de3826b25a89d622f
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 = [],