Set version to 3.3.0 Change-Id: I21cba42603f6793201ebac496254883e1f01bd21 (cherry picked from commit a069960afed5aacc88e5e5976ccefe721e59f3a1)
diff --git a/github-oauth/pom.xml b/github-oauth/pom.xml index 258d15f..7a45b1d 100644 --- a/github-oauth/pom.xml +++ b/github-oauth/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.googlesource.gerrit.plugins.github</groupId> <artifactId>github-parent</artifactId> - <version>3.3.0-rc7</version> + <version>3.3.0</version> </parent> <artifactId>github-oauth</artifactId> <name>Gerrit Code Review - GitHub OAuth login</name>
diff --git a/github-plugin/pom.xml b/github-plugin/pom.xml index 26649df..58fcd13 100644 --- a/github-plugin/pom.xml +++ b/github-plugin/pom.xml
@@ -20,7 +20,7 @@ <parent> <artifactId>github-parent</artifactId> <groupId>com.googlesource.gerrit.plugins.github</groupId> - <version>3.3.0-rc7</version> + <version>3.3.0</version> </parent> <artifactId>github-plugin</artifactId>
diff --git a/pom.xml b/pom.xml index 4be38a5..0be79b3 100644 --- a/pom.xml +++ b/pom.xml
@@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.googlesource.gerrit.plugins.github</groupId> <artifactId>github-parent</artifactId> - <version>3.3.0-rc7</version> + <version>3.3.0</version> <name>Gerrit Code Review - GitHub integration</name> <url>http://www.gerritforge.com</url> <packaging>pom</packaging>