Start 2.1.4 development Change-Id: I71719c85b0d50707333517b8ef956853b04efa14 Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/gerrit-common/pom.xml b/gerrit-common/pom.xml index b441b82..adac3a8 100644 --- a/gerrit-common/pom.xml +++ b/gerrit-common/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-common</artifactId>
diff --git a/gerrit-gwtdebug/pom.xml b/gerrit-gwtdebug/pom.xml index 04f1e41..279afff 100644 --- a/gerrit-gwtdebug/pom.xml +++ b/gerrit-gwtdebug/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-gwtdbug</artifactId>
diff --git a/gerrit-gwtui/pom.xml b/gerrit-gwtui/pom.xml index 5b4d192..faceed7 100644 --- a/gerrit-gwtui/pom.xml +++ b/gerrit-gwtui/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-gwtui</artifactId>
diff --git a/gerrit-httpd/pom.xml b/gerrit-httpd/pom.xml index 7ee59a2..b02b142 100644 --- a/gerrit-httpd/pom.xml +++ b/gerrit-httpd/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-httpd</artifactId>
diff --git a/gerrit-launcher/pom.xml b/gerrit-launcher/pom.xml index 27199bd..1000777 100644 --- a/gerrit-launcher/pom.xml +++ b/gerrit-launcher/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-launcher</artifactId>
diff --git a/gerrit-main/pom.xml b/gerrit-main/pom.xml index 9167c37..10cb14a 100644 --- a/gerrit-main/pom.xml +++ b/gerrit-main/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-main</artifactId>
diff --git a/gerrit-patch-commonsnet/pom.xml b/gerrit-patch-commonsnet/pom.xml index a83d411..df64d13 100644 --- a/gerrit-patch-commonsnet/pom.xml +++ b/gerrit-patch-commonsnet/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-patch-commonsnet</artifactId>
diff --git a/gerrit-patch-jgit/pom.xml b/gerrit-patch-jgit/pom.xml index a58ef5c..68a08c3 100644 --- a/gerrit-patch-jgit/pom.xml +++ b/gerrit-patch-jgit/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-patch-jgit</artifactId>
diff --git a/gerrit-pgm/pom.xml b/gerrit-pgm/pom.xml index cf05fc6..66c5349 100644 --- a/gerrit-pgm/pom.xml +++ b/gerrit-pgm/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-pgm</artifactId>
diff --git a/gerrit-prettify/pom.xml b/gerrit-prettify/pom.xml index efcd6d0..fb0860e 100644 --- a/gerrit-prettify/pom.xml +++ b/gerrit-prettify/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-prettify</artifactId>
diff --git a/gerrit-reviewdb/pom.xml b/gerrit-reviewdb/pom.xml index 726098c..5626739 100644 --- a/gerrit-reviewdb/pom.xml +++ b/gerrit-reviewdb/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-reviewdb</artifactId>
diff --git a/gerrit-server/pom.xml b/gerrit-server/pom.xml index 8f3169a..e3ce9a0 100644 --- a/gerrit-server/pom.xml +++ b/gerrit-server/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-server</artifactId>
diff --git a/gerrit-sshd/pom.xml b/gerrit-sshd/pom.xml index 004ad83..2bb4713 100644 --- a/gerrit-sshd/pom.xml +++ b/gerrit-sshd/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-sshd</artifactId>
diff --git a/gerrit-util-cli/pom.xml b/gerrit-util-cli/pom.xml index a6d5cce..20f28e1 100644 --- a/gerrit-util-cli/pom.xml +++ b/gerrit-util-cli/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-util-cli</artifactId>
diff --git a/gerrit-util-ssl/pom.xml b/gerrit-util-ssl/pom.xml index 35f6188..220ae47 100644 --- a/gerrit-util-ssl/pom.xml +++ b/gerrit-util-ssl/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-util-ssl</artifactId>
diff --git a/gerrit-war/pom.xml b/gerrit-war/pom.xml index f629085..9f40581 100644 --- a/gerrit-war/pom.xml +++ b/gerrit-war/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>gerrit-war</artifactId>
diff --git a/pom.xml b/pom.xml index 1ddea33..dde9a0b 100644 --- a/pom.xml +++ b/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.google.gerrit</groupId> <artifactId>gerrit-parent</artifactId> <packaging>pom</packaging> - <version>2.1.3</version> + <version>2.1.4-SNAPSHOT</version> <name>Gerrit Code Review - Parent</name> <url>http://code.google.com/p/gerrit/</url>