Update to Gerrit 2.9 API and use Java 7 Change-Id: Ib2d304fd9d53e7c2ee64f1a08dbedfa294e2949d
diff --git a/pom.xml b/pom.xml index d1e8b6e..6eeb6ff 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.googlesource.gerrit.plugins.its</groupId> <artifactId>hooks-its-parent</artifactId> - <version>2.8-SNAPSHOT</version> + <version>2.9-SNAPSHOT</version> </parent> <artifactId>hooks-rtc</artifactId> <name>Gerrit Code Review - IBM Rational Team Concert support</name> @@ -245,6 +245,16 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <source>1.7</source> + <target>1.7</target> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>axistools-maven-plugin</artifactId> <version>1.3</version>