BUILD: Remove inaccurate SNAPSHOT suffix from manifest version

Change-Id: I1a1b269437712a1fed6cf65b39592496d5ac77de
diff --git a/owners-autoassign/BUILD b/owners-autoassign/BUILD
index a835314..1dfc3a3 100644
--- a/owners-autoassign/BUILD
+++ b/owners-autoassign/BUILD
@@ -10,7 +10,7 @@
         "Implementation-URL: https://gerrit.googlesource.com/plugins/owners",
         "Gerrit-PluginName: owners-autoassign",
         "Gerrit-Module: com.vmware.gerrit.owners.common.AutoassignModule",
-        "Gerrit-ApiVersion: 2.14-SNAPSHOT",
+        "Gerrit-ApiVersion: 2.14",
     ],
     resources = glob(["src/main/**/*"]),
     deps = [
diff --git a/owners/BUILD b/owners/BUILD
index 2e56051..8068969 100644
--- a/owners/BUILD
+++ b/owners/BUILD
@@ -35,7 +35,7 @@
         "Implementation-URL: https://gerrit.googlesource.com/plugins/owners",
         "Gerrit-PluginName: owners",
         "Gerrit-Module: com.vmware.gerrit.owners.OwnersModule",
-        "Gerrit-ApiVersion: 2.14-SNAPSHOT",
+        "Gerrit-ApiVersion: 2.14",
     ],
     resources = glob(["src/main/resources/**/*"]),
     deps = [