Skip to content

Instantly share code, notes, and snippets.

@nnutter
Created January 29, 2014 09:10
Show Gist options
  • Save nnutter/8684261 to your computer and use it in GitHub Desktop.
Save nnutter/8684261 to your computer and use it in GitHub Desktop.
diff --git a/github-oauth/pom.xml b/github-oauth/pom.xml
index f3acf76..3263ac3 100644
--- a/github-oauth/pom.xml
+++ b/github-oauth/pom.xml
@@ -65,7 +65,7 @@ limitations under the License.
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-api</artifactId>
- <version>${project.version}</version>
+ <version>2.8</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -107,7 +107,7 @@ limitations under the License.
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
- <version>1.44-SNAPSHOT</version>
+ <version>1.45</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/github-plugin/pom.xml b/github-plugin/pom.xml
index a40b2fc..bfe0991 100644
--- a/github-plugin/pom.xml
+++ b/github-plugin/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
<properties>
<Gerrit-ApiType>plugin</Gerrit-ApiType>
- <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
+ <Gerrit-ApiVersion>2.8</Gerrit-ApiVersion>
<gerrit_src>/Users/lucamilanesio/Documents/workspace-gerrit/gerrithub/gerrit</gerrit_src>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment