Skip to content

Commit e614593

Browse files
committed
Overwrite distributionManagement with https instead of http
until we upgrade to most recent mojo-parent version.
1 parent 3dcfeab commit e614593

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@
137137
<tag>HEAD</tag>
138138
</scm>
139139

140+
<distributionManagement>
141+
<repository>
142+
<id>ossrh-staging</id>
143+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
144+
</repository>
145+
<snapshotRepository>
146+
<id>ossrh-snapshots</id>
147+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
148+
</snapshotRepository>
149+
</distributionManagement>
140150
<dependencyManagement>
141151
<dependencies>
142152
<dependency>

0 commit comments

Comments
 (0)