summaryrefslogtreecommitdiffstats
path: root/gerrit-plugin-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-plugin-api/pom.xml')
-rw-r--r--gerrit-plugin-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gerrit-plugin-api/pom.xml b/gerrit-plugin-api/pom.xml
index 3190379316..569ed50ab9 100644
--- a/gerrit-plugin-api/pom.xml
+++ b/gerrit-plugin-api/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-plugin-api</artifactId>
@@ -72,8 +72,8 @@ limitations under the License.
<createSourcesJar>true</createSourcesJar>
<artifactSet>
<excludes>
- <exclude>gwtexpui:gwtexpui</exclude>
<exclude>gwtjsonrpc:gwtjsonrpc</exclude>
+ <exclude>com.google.gerrit:gerrit-gwtexpui</exclude>
<exclude>com.google.gerrit:gerrit-prettify</exclude>
<exclude>com.google.gerrit:gerrit-patch-commonsnet</exclude>
<exclude>com.google.gerrit:gerrit-patch-jgit</exclude>