Created
December 20, 2013 22:49
-
-
Save nnutter/8062893 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/github-oauth/pom.xml b/github-oauth/pom.xml | |
index f3acf76..9310483 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.48-SNAPSHOT</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.httpcomponents</groupId> | |
diff --git a/github-plugin/pom.xml b/github-plugin/pom.xml | |
index a40b2fc..7bd78c4 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> | |
@@ -190,7 +190,7 @@ limitations under the License. | |
<repositories> | |
<repository> | |
<id>gerrit-api-repository</id> | |
- <url>https://gerrit-api.commondatastorage.googleapis.com/snapshot/</url> | |
+ <url>https://gerrit-api.commondatastorage.googleapis.com/release/</url> | |
</repository> | |
</repositories> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment