Merge branch 'stable-3.6' into stable-3.7

* stable-3.6:
  Compute projectName in GitCloneStep constructor
  Set parent project at creation time for imported repos from GitHub
  Disallow the discovery of other user's membership
  Revert "Set version 3.5.0.2"

Change-Id: I1b040a3c622245e9be1e99539945ffce5606ccee
diff --git a/github-oauth/pom.xml b/github-oauth/pom.xml
index 21631aa..b2abf59 100644
--- a/github-oauth/pom.xml
+++ b/github-oauth/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.googlesource.gerrit.plugins.github</groupId>
     <artifactId>github-parent</artifactId>
-    <version>3.6.0-rc1</version>
+    <version>3.7.0-rc3</version>
   </parent>
   <artifactId>github-oauth</artifactId>
   <name>Gerrit Code Review - GitHub OAuth login</name>
diff --git a/github-plugin/pom.xml b/github-plugin/pom.xml
index ed54bf3..3ce05e9 100644
--- a/github-plugin/pom.xml
+++ b/github-plugin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>github-parent</artifactId>
     <groupId>com.googlesource.gerrit.plugins.github</groupId>
-    <version>3.6.0-rc1</version>
+    <version>3.7.0-rc3</version>
   </parent>
 
   <artifactId>github-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 34b1018..0c05a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlesource.gerrit.plugins.github</groupId>
   <artifactId>github-parent</artifactId>
-  <version>3.6.0-rc1</version>
+  <version>3.7.0-rc3</version>
   <name>Gerrit Code Review - GitHub integration</name>
   <url>http://www.gerritforge.com</url>
   <packaging>pom</packaging>