Merge branch 'stable-3.1'

* stable-3.1:
  Set version to 3.0.2
  Amend 'get' method adding Class type as parameter
  Ignore Eclipse IDE files

Change-Id: I3237138479ef578f99c212df5457683c3060c9c9
diff --git a/pom.xml b/pom.xml
index 35733e1..3e0cb01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>com.gerritforge</groupId>
     <artifactId>global-refdb</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.0-rc0</version>
     <packaging>jar</packaging>
 
     <name>global-refdb</name>
@@ -38,7 +38,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <gerrit.version>3.1.0-rc1</gerrit.version>
+        <gerrit.version>3.1.0-rc0</gerrit.version>
     </properties>
 
     <dependencies>