Bump other references to 3.4.0-SNAPSHOT

Missed updating these in the earlier change.

Change-Id: I9d97e7aae489ecf68f0288944f6b10e32f62fbf4
diff --git a/BUILD b/BUILD
index 61e1f54..bd46d6c 100644
--- a/BUILD
+++ b/BUILD
@@ -50,7 +50,7 @@
     srcs = glob(["src/main/java/**/*.java"]),
     manifest_entries = [
         "Gerrit-PluginName: batch",
-        "Gerrit-ApiVersion: 3.3.0-SNAPSHOT",
+        "Gerrit-ApiVersion: 3.4.0-SNAPSHOT",
         "Implementation-Title: Batch Plugin",
         "Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/batch",
         "Gerrit-Module: com.googlesource.gerrit.plugins.batch.Module",
diff --git a/pom.xml b/pom.xml
index 9cf36fd..fa15b16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <groupId>com.googlesource.gerrit.plugins.batch</groupId>
   <artifactId>batch</artifactId>
   <packaging>jar</packaging>
-  <version>3.3.0-SNAPSHOT</version>
+  <version>3.4.0-SNAPSHOT</version>
   <name>batch</name>
 
   <properties>