Skip to content

Commit

Permalink
fix: fix release (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Aug 23, 2021
1 parent 1a72b12 commit 855503a
Showing 1 changed file with 10 additions and 2 deletions.
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

0 comments on commit 855503a

Please sign in to comment.