Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix release #728

Merged
merged 1 commit into from Aug 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 10 additions & 2 deletions pom.xml
Expand Up @@ -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:git@github.com:googleapis/google-oauth-java-client.git</developerConnection>
Expand All @@ -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
Expand Down