Merge branch 'stable-2.15'

* stable-2.15:
  pom: Fix plugin name to be all lowercase

Change-Id: I54c52b9371959bf98c06a2eef430067ef34f232c
diff --git a/pom.xml b/pom.xml
index e17b6ba..ae82977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Gerrit-PluginName>Batch</Gerrit-PluginName>
+              <Gerrit-PluginName>batch</Gerrit-PluginName>
               <Gerrit-Module>com.googlesource.gerrit.plugins.batch.Module</Gerrit-Module>
               <Gerrit-SshModule>com.googlesource.gerrit.plugins.batch.ssh.SshModule</Gerrit-SshModule>