Set version to 3.14.0-rc4 Release-Notes: skip Change-Id: I9b12398fe9a15989e5f323f66eb18a1fc6b5b2ed
diff --git a/tools/bazlets.MODULE.bazel b/tools/bazlets.MODULE.bazel index 773ed61..427b482 100644 --- a/tools/bazlets.MODULE.bazel +++ b/tools/bazlets.MODULE.bazel
@@ -1,7 +1,7 @@ # Plugin packaging support kept outside the root module declaration: # - bazlets dependency pin # - generated Gerrit API version repo for artifact versioning and stamping -GERRIT_VERSION = "3.14.0-SNAPSHOT" +GERRIT_VERSION = "3.14.0-rc4" bazel_dep(name = "com_googlesource_gerrit_bazlets") git_override(
diff --git a/tools/maven/gerrit-acceptance-framework_pom.xml b/tools/maven/gerrit-acceptance-framework_pom.xml index c88b539..8e6463e 100644 --- a/tools/maven/gerrit-acceptance-framework_pom.xml +++ b/tools/maven/gerrit-acceptance-framework_pom.xml
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-acceptance-framework</artifactId> - <version>3.14.0-SNAPSHOT</version> + <version>3.14.0-rc4</version> <packaging>jar</packaging> <name>Gerrit Code Review - Acceptance Test Framework</name> <description>Framework for Gerrit's acceptance tests</description>
diff --git a/tools/maven/gerrit-extension-api_pom.xml b/tools/maven/gerrit-extension-api_pom.xml index 16e6bfe..87d7ea4 100644 --- a/tools/maven/gerrit-extension-api_pom.xml +++ b/tools/maven/gerrit-extension-api_pom.xml
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-extension-api</artifactId> - <version>3.14.0-SNAPSHOT</version> + <version>3.14.0-rc4</version> <packaging>jar</packaging> <name>Gerrit Code Review - Extension API</name> <description>API for Gerrit Extensions</description>
diff --git a/tools/maven/gerrit-plugin-api_pom.xml b/tools/maven/gerrit-plugin-api_pom.xml index 7fd3ab4..a2d12ba 100644 --- a/tools/maven/gerrit-plugin-api_pom.xml +++ b/tools/maven/gerrit-plugin-api_pom.xml
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-plugin-api</artifactId> - <version>3.14.0-SNAPSHOT</version> + <version>3.14.0-rc4</version> <packaging>jar</packaging> <name>Gerrit Code Review - Plugin API</name> <description>API for Gerrit Plugins</description>
diff --git a/tools/maven/gerrit-war_pom.xml b/tools/maven/gerrit-war_pom.xml index ffc52bb..526752c 100644 --- a/tools/maven/gerrit-war_pom.xml +++ b/tools/maven/gerrit-war_pom.xml
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-war</artifactId> - <version>3.14.0-SNAPSHOT</version> + <version>3.14.0-rc4</version> <packaging>war</packaging> <name>Gerrit Code Review - WAR</name> <description>Gerrit WAR</description>