GitBlit can't support dynamic reload: plugin policy alignment.

Change-Id: Ibed755ab360b952b048f14298467f235f3699ed0
diff --git a/pom.xml b/pom.xml
index 5119be7..0ba2939 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
   <version>2.8-SNAPSHOT</version>
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
-    <Gerrit-ReloadMode>reload</Gerrit-ReloadMode>
     <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
+    <Gerrit-ReloadMode>restart</Gerrit-ReloadMode>
     <Gerrit-InitStep>com.googlesource.gerrit.plugins.gitblit.GitBlitInitStep</Gerrit-InitStep>
     <Gerrit-HttpModule>com.googlesource.gerrit.plugins.gitblit.GitBlitModule</Gerrit-HttpModule>
   </properties>