summaryrefslogtreecommitdiffstats
path: root/gerrit-prettify/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-prettify/pom.xml')
-rw-r--r--gerrit-prettify/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/gerrit-prettify/pom.xml b/gerrit-prettify/pom.xml
index b150ac00fb..fa4ae55590 100644
--- a/gerrit-prettify/pom.xml
+++ b/gerrit-prettify/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-prettify</artifactId>
@@ -34,8 +34,9 @@ limitations under the License.
<dependencies>
<dependency>
- <groupId>gwtexpui</groupId>
- <artifactId>gwtexpui</artifactId>
+ <groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-gwtexpui</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>