Bump API version to released 2.10; make plugin version same Change-Id: Ib651ae4c9dd67d3fc33c2c13a763ff0051df2f2b
diff --git a/pom.xml b/pom.xml index b18da56..02c41bc 100644 --- a/pom.xml +++ b/pom.xml
@@ -5,12 +5,12 @@ <modelVersion>4.0.0</modelVersion> <artifactId>external-url-avatar-provider</artifactId> <groupId>com.googlesource.gerrit.plugins.avatar_providers</groupId> - <version>1.0-SNAPSHOT</version> + <version>2.10</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <Gerrit-ApiType>PLUGIN</Gerrit-ApiType> - <Gerrit-ApiVersion>2.10-SNAPSHOT</Gerrit-ApiVersion> + <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion> </properties> <build>