Release for Gerrit 2.8

Adding GerritForge snapshot repository for allowing a standalone clean
install without having to clone and build Gerrit.

Change-Id: Ia89bc53cefe8de35b28fc2ebd2f92e9906a22ccc
diff --git a/hooks-its/pom.xml b/hooks-its/pom.xml
index a206459..75e11dc 100644
--- a/hooks-its/pom.xml
+++ b/hooks-its/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>com.googlesource.gerrit.plugins.its</groupId>
     <artifactId>hooks-its-parent</artifactId>
-    <version>2.9-SNAPSHOT</version>
+    <version>2.8</version>
   </parent>
   <artifactId>hooks-its</artifactId>
   <name>Gerrit Code Review - Commit validation and Workflow</name>
diff --git a/pom.xml b/pom.xml
index 600bff9..29ff7fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <groupId>com.googlesource.gerrit.plugins.its</groupId>
   <artifactId>hooks-its-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.9-SNAPSHOT</version>
+  <version>2.8</version>
 
   <name>Gerrit Code Review - Issue tracker support</name>
 
@@ -269,7 +269,7 @@
   <repositories>
     <repository>
       <id>gerrit-maven</id>
-      <url>https://gerrit-maven.commondatastorage.googleapis.com</url>
+      <url>http://www.gerritforge.com/snapshot</url>
     </repository>
     </repositories>
 </project>