Skip to content

Commit 2d35fb8

Browse files
committed
Bump Gerrit API to v3.9.0-rc0
Also bump Java version to 17, the one supported for the Gerrit distribution. Change-Id: I0be98b38fea16ba47a8aee64a8f5840e883c6c5d
1 parent c4d6eaa commit 2d35fb8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ reference on how to build Gerrit using Bazel.
7878
Gerrit 3.3 is distributed for Java 11 only. However, the source code is compatible
7979
with Java 8 assuming you build it from the source repository by yourself.
8080

81-
The GitHub plugin can be built for Java 8 by using the `javaVersion=1.8` Maven
81+
The GitHub plugin can be built for Java 17 by using the `javaVersion=1.17` Maven
8282
parameter.
8383

8484
Example:
8585
git clone https://gerrit.googlesource.com/plugins/github
8686
cd github
87-
mvn -DjavaVersion=1.8 install
87+
mvn -DjavaVersion=17 install
8888

8989
### singleusergroup plugin
9090

github-oauth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>com.googlesource.gerrit.plugins.github</groupId>
2323
<artifactId>github-parent</artifactId>
24-
<version>3.8.2</version>
24+
<version>3.9.0-rc0</version>
2525
</parent>
2626
<artifactId>github-oauth</artifactId>
2727
<name>Gerrit Code Review - GitHub OAuth login</name>

github-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<artifactId>github-parent</artifactId>
2222
<groupId>com.googlesource.gerrit.plugins.github</groupId>
23-
<version>3.8.2</version>
23+
<version>3.9.0-rc0</version>
2424
</parent>
2525

2626
<artifactId>github-plugin</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ limitations under the License.
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.googlesource.gerrit.plugins.github</groupId>
2020
<artifactId>github-parent</artifactId>
21-
<version>3.8.2</version>
21+
<version>3.9.0-rc0</version>
2222
<name>Gerrit Code Review - GitHub integration</name>
2323
<url>http://www.gerritforge.com</url>
2424
<packaging>pom</packaging>
2525
<properties>
26-
<javaVersion>11</javaVersion>
26+
<javaVersion>17</javaVersion>
2727
</properties>
2828
<licenses>
2929
<license>

0 commit comments

Comments
 (0)