-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
</issueManagement> | ||
|
||
<inceptionYear>2011</inceptionYear> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/googleapis/google-oauth-java-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:googleapis/google-oauth-java-client.git</developerConnection> | ||
|
@@ -45,7 +44,16 @@ | |
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>sonatype-nexus-snapshots</id> | ||
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>sonatype-nexus-staging</id> | ||
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
<!-- | ||
If you add a new module, make sure to also add it in the following places: | ||
* below in the dependencyManagement and maven-javadoc-plugin sections | ||
|