summaryrefslogtreecommitdiffstats
path: root/gerrit-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-common/pom.xml')
-rw-r--r--gerrit-common/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/gerrit-common/pom.xml b/gerrit-common/pom.xml
index 09e1d4efa1..8f133e92ac 100644
--- a/gerrit-common/pom.xml
+++ b/gerrit-common/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
- <version>2.6</version>
+ <version>2.7-SNAPSHOT</version>
</parent>
<artifactId>gerrit-common</artifactId>
@@ -40,8 +40,9 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>gwtexpui</groupId>
- <artifactId>gwtexpui</artifactId>
+ <groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-gwtexpui</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>