Skip to content

Instantly share code, notes, and snippets.

@nnutter
Created January 29, 2014 09:12
Show Gist options
  • Select an option

  • Save nnutter/8684277 to your computer and use it in GitHub Desktop.

Select an option

Save nnutter/8684277 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index 20c90d9..e496549 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<groupId>com.googlesource.gerrit.plugins.singleusergroup</groupId>
<artifactId>singleusergroup</artifactId>
<packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<properties>
<Gerrit-ApiType>plugin</Gerrit-ApiType>
- <Gerrit-ApiVersion>2.8-SNAPSHOT</Gerrit-ApiVersion>
+ <Gerrit-ApiVersion>2.8</Gerrit-ApiVersion>
</properties>
<build>
@@ -85,7 +85,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