Bump version to 3.13.0 Consume most recent 3.13.5 plugin API Change-Id: I0b4c597e23aa1a32d342ebf99e7d9ca7e64b3830
diff --git a/pom.xml b/pom.xml index d0f5ec7..551cd21 100644 --- a/pom.xml +++ b/pom.xml
@@ -7,10 +7,10 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>ai-code-review</artifactId> <packaging>jar</packaging> - <version>3.12.0</version> + <version>3.13.0</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> - <Gerrit-ApiVersion>3.12.0-rc4</Gerrit-ApiVersion> + <Gerrit-ApiVersion>3.13.5</Gerrit-ApiVersion> <maven.test.skip>false</maven.test.skip> </properties> <build>