From 7f301e230c9a3e39b7dce6de6887e2c2622ecafc Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 18 Mar 2014 14:46:35 +0900 Subject: [PATCH] Bump API version to 2.10-SNAPSHOT in plugin archetypes Change-Id: Idfc3e926fffcb4e5c24b729f6015323ead28d11f --- gerrit-plugin-archetype/pom.xml | 2 +- gerrit-plugin-gwt-archetype/pom.xml | 2 +- gerrit-plugin-js-archetype/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gerrit-plugin-archetype/pom.xml b/gerrit-plugin-archetype/pom.xml index 401f126f18..8c7e2614e3 100644 --- a/gerrit-plugin-archetype/pom.xml +++ b/gerrit-plugin-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-archetype - 2.9-SNAPSHOT + 2.10-SNAPSHOT Gerrit Code Review - Plugin Archetype diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml index 56e6c95a37..09f70e8137 100644 --- a/gerrit-plugin-gwt-archetype/pom.xml +++ b/gerrit-plugin-gwt-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-gwt-archetype - 2.9-SNAPSHOT + 2.10-SNAPSHOT Gerrit Code Review - Web Ui GWT Plugin Archetype diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml index eb32b11dca..b99130e469 100644 --- a/gerrit-plugin-js-archetype/pom.xml +++ b/gerrit-plugin-js-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-js-archetype - 2.9-SNAPSHOT + 2.10-SNAPSHOT Gerrit Code Review - Web UI JavaScript Plugin Archetype