Skip to content

Commit

Permalink
Set version to 2.16.26
Browse files Browse the repository at this point in the history
Change-Id: I75458dadebde6f871e00a00c126a14b25ae09c3e
  • Loading branch information
lucamilanesio committed Jan 26, 2021
1 parent 0122cd8 commit 669ae45
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/maven/gerrit-acceptance-framework_pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-acceptance-framework</artifactId>
<version>2.16.26-SNAPSHOT</version>
<version>2.16.26</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
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-extension-api</artifactId>
<version>2.16.26-SNAPSHOT</version>
<version>2.16.26</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
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-api</artifactId>
<version>2.16.26-SNAPSHOT</version>
<version>2.16.26</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-plugin-gwtui_pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwtui</artifactId>
<version>2.16.26-SNAPSHOT</version>
<version>2.16.26</version>
<packaging>jar</packaging>
<name>Gerrit Code Review - Plugin GWT UI</name>
<description>Common Classes for Gerrit GWT UI Plugins</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/maven/gerrit-war_pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-war</artifactId>
<version>2.16.26-SNAPSHOT</version>
<version>2.16.26</version>
<packaging>war</packaging>
<name>Gerrit Code Review - WAR</name>
<description>Gerrit WAR</description>
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Expand Up @@ -2,4 +2,4 @@
# Used by :api_install and :api_deploy targets
# when talking to the destination repository.
#
GERRIT_VERSION = "2.16.26-SNAPSHOT"
GERRIT_VERSION = "2.16.26"

0 comments on commit 669ae45

Please sign in to comment.