Created
January 29, 2014 09:12
-
-
Save nnutter/8684277 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/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