summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtdebug/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-gwtdebug/pom.xml')
-rw-r--r--gerrit-gwtdebug/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/gerrit-gwtdebug/pom.xml b/gerrit-gwtdebug/pom.xml
index 04f1e41fde..c3a07a4178 100644
--- a/gerrit-gwtdebug/pom.xml
+++ b/gerrit-gwtdebug/pom.xml
@@ -22,10 +22,10 @@ limitations under the License.
<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>
+ <artifactId>gerrit-gwtdebug</artifactId>
<name>Gerrit Code Review - GWT UI Debugging Support</name>
<description>
@@ -42,12 +42,14 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-gwtui</artifactId>
<version>${project.version}</version>
+ <classifier>classes</classifier>
</dependency>
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-war</artifactId>
<version>${project.version}</version>
+ <classifier>classes</classifier>
<exclusions>
<exclusion>
<groupId>com.google.gerrit</groupId>