summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-02 15:43:08 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-04 19:50:59 +0900
commit586e7f706836ad7566b09148d489d114522650c2 (patch)
treedcd75311a68b112c8e990d5ec610dff64695a370
parentc3c4115986679867716a3c74ab578c361588aee5 (diff)
Update version to 2.8.6.1
-rw-r--r--VERSION2
-rw-r--r--gerrit-plugin-archetype/pom.xml2
-rw-r--r--gerrit-plugin-gwt-archetype/pom.xml2
-rw-r--r--gerrit-plugin-gwtui/pom.xml2
-rw-r--r--gerrit-plugin-js-archetype/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index ac95dd86e5..455dbd90f8 100644
--- a/VERSION
+++ b/VERSION
@@ -2,4 +2,4 @@
# Used by :api_install and :api_deploy targets
# when talking to the destination repository.
#
-GERRIT_VERSION = '2.8.6'
+GERRIT_VERSION = '2.8.6.1'
diff --git a/gerrit-plugin-archetype/pom.xml b/gerrit-plugin-archetype/pom.xml
index 4eec8a7033..1dcf21505f 100644
--- a/gerrit-plugin-archetype/pom.xml
+++ b/gerrit-plugin-archetype/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-archetype</artifactId>
- <version>2.8.6</version>
+ <version>2.8.6.1</version>
<name>Gerrit Code Review - Plugin Archetype</name>
<properties>
diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml
index cc3c6e8f9c..895f9d4525 100644
--- a/gerrit-plugin-gwt-archetype/pom.xml
+++ b/gerrit-plugin-gwt-archetype/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
- <version>2.8.6</version>
+ <version>2.8.6.1</version>
<name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
<properties>
diff --git a/gerrit-plugin-gwtui/pom.xml b/gerrit-plugin-gwtui/pom.xml
index 1b2bde1607..e01a409e5c 100644
--- a/gerrit-plugin-gwtui/pom.xml
+++ b/gerrit-plugin-gwtui/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwtui</artifactId>
- <version>2.8.6</version>
+ <version>2.8.6.1</version>
<name>Gerrit Code Review - Plugin GWT UI</name>
<description>
diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml
index 522c6d0fab..68b360f860 100644
--- a/gerrit-plugin-js-archetype/pom.xml
+++ b/gerrit-plugin-js-archetype/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-js-archetype</artifactId>
- <version>2.8.6</version>
+ <version>2.8.6.1</version>
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
<properties>