Skip to content

Commit

Permalink
Set version to 3.8.2
Browse files Browse the repository at this point in the history
Release-Notes: skip
Change-Id: I93f039f89d215c6be41a3b8003e3e2158ee57a42
  • Loading branch information
lucamilanesio committed Sep 14, 2023
1 parent 2ec4e1c commit 67500d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/maven/gerrit-acceptance-framework_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-acceptance-framework</artifactId>
<version>3.8.2-SNAPSHOT</version>
<version>3.8.2</version>
<packaging>jar</packaging>
<name>Gerrit Code Review - Acceptance Test Framework</name>
<description>Framework for Gerrit's acceptance tests</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/maven/gerrit-extension-api_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-extension-api</artifactId>
<version>3.8.2-SNAPSHOT</version>
<version>3.8.2</version>
<packaging>jar</packaging>
<name>Gerrit Code Review - Extension API</name>
<description>API for Gerrit Extensions</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/maven/gerrit-plugin-api_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-api</artifactId>
<version>3.8.2-SNAPSHOT</version>
<version>3.8.2</version>
<packaging>jar</packaging>
<name>Gerrit Code Review - Plugin API</name>
<description>API for Gerrit Plugins</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/maven/gerrit-war_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-war</artifactId>
<version>3.8.2-SNAPSHOT</version>
<version>3.8.2</version>
<packaging>war</packaging>
<name>Gerrit Code Review - WAR</name>
<description>Gerrit WAR</description>
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Used by :api_install and :api_deploy targets
# when talking to the destination repository.
#
GERRIT_VERSION = "3.8.2-SNAPSHOT"
GERRIT_VERSION = "3.8.2"

0 comments on commit 67500d3

Please sign in to comment.