Skip to content

Commit f53025c

Browse files
authored
Fix build with Maven 3.8.1
Use HTTPS for bintray.com repository URL in order to avoid the repository to be blocked by Maven (see https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked).
1 parent 4d4150f commit f53025c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
</snapshots>
246246
<id>bintray-jfrog-jfrog-jars</id>
247247
<name>bintray-plugins</name>
248-
<url>http://dl.bintray.com/jfrog/jfrog-jars</url>
248+
<url>https://dl.bintray.com/jfrog/jfrog-jars</url>
249249
</pluginRepository>
250250
</pluginRepositories>
251251

@@ -278,7 +278,7 @@
278278
</releases>
279279
<id>bintray</id>
280280
<name>bintray</name>
281-
<url>http://dl.bintray.com/seedstack/jars</url>
281+
<url>https://dl.bintray.com/seedstack/jars</url>
282282
</repository>
283283
</repositories>
284284
</profile>

0 commit comments

Comments
 (0)