From 764b3fbfe31975304e02060a94ebd5d7fd87dec7 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Fri, 10 Nov 2023 19:33:07 +0000 Subject: Set version to 3.9.0-rc4 Release-Notes: skip Change-Id: Id8274fff6543d93e1b4f8c40d803fd7b7ec30af6 --- tools/maven/gerrit-acceptance-framework_pom.xml | 2 +- tools/maven/gerrit-extension-api_pom.xml | 2 +- tools/maven/gerrit-plugin-api_pom.xml | 2 +- tools/maven/gerrit-war_pom.xml | 2 +- version.bzl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/maven/gerrit-acceptance-framework_pom.xml b/tools/maven/gerrit-acceptance-framework_pom.xml index aa00998985..03a7655045 100644 --- a/tools/maven/gerrit-acceptance-framework_pom.xml +++ b/tools/maven/gerrit-acceptance-framework_pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.google.gerrit gerrit-acceptance-framework - 3.9.0-SNAPSHOT + 3.9.0-rc4 jar Gerrit Code Review - Acceptance Test Framework Framework for Gerrit's acceptance tests diff --git a/tools/maven/gerrit-extension-api_pom.xml b/tools/maven/gerrit-extension-api_pom.xml index 10a8f3c4aa..2b7625df95 100644 --- a/tools/maven/gerrit-extension-api_pom.xml +++ b/tools/maven/gerrit-extension-api_pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.google.gerrit gerrit-extension-api - 3.9.0-SNAPSHOT + 3.9.0-rc4 jar Gerrit Code Review - Extension API API for Gerrit Extensions diff --git a/tools/maven/gerrit-plugin-api_pom.xml b/tools/maven/gerrit-plugin-api_pom.xml index 8e08c83ae8..6141642005 100644 --- a/tools/maven/gerrit-plugin-api_pom.xml +++ b/tools/maven/gerrit-plugin-api_pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.google.gerrit gerrit-plugin-api - 3.9.0-SNAPSHOT + 3.9.0-rc4 jar Gerrit Code Review - Plugin API API for Gerrit Plugins diff --git a/tools/maven/gerrit-war_pom.xml b/tools/maven/gerrit-war_pom.xml index 6442e46c5b..1c3c8f5d80 100644 --- a/tools/maven/gerrit-war_pom.xml +++ b/tools/maven/gerrit-war_pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.google.gerrit gerrit-war - 3.9.0-SNAPSHOT + 3.9.0-rc4 war Gerrit Code Review - WAR Gerrit WAR diff --git a/version.bzl b/version.bzl index 05dfcd0a0c..9daf6db8f1 100644 --- a/version.bzl +++ b/version.bzl @@ -2,4 +2,4 @@ # Used by :api_install and :api_deploy targets # when talking to the destination repository. # -GERRIT_VERSION = "3.9.0-SNAPSHOT" +GERRIT_VERSION = "3.9.0-rc4" -- cgit v1.2.3