Updated version Updated project version and API to 2.7 to match latest Gerrit release Change-Id: I112652260e8558f0f12daa42782587aaa52251b8
diff --git a/pom.xml b/pom.xml index cbf36ae..7e3ca04 100644 --- a/pom.xml +++ b/pom.xml
@@ -22,10 +22,10 @@ <groupId>com.google.gerrit.plugins</groupId> <artifactId>admin-console</artifactId> <packaging>jar</packaging> - <version>0.1</version> + <version>2.7</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> - <Gerrit-ApiVersion>2.7-SNAPSHOT</Gerrit-ApiVersion> + <Gerrit-ApiVersion>2.7</Gerrit-ApiVersion> <jettyVersion>8.1.7.v20120910</jettyVersion> </properties>