Skip to content

Commit

Permalink
Overwrite distributionManagement with https instead of http
Browse files Browse the repository at this point in the history
until we upgrade to most recent mojo-parent version.
  • Loading branch information
khmarbaise committed May 11, 2019
1 parent 3dcfeab commit e614593
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>ossrh-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>ossrh-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit e614593

Please # to comment.