Skip to content

Commit 5e9c7e9

Browse files
authored
Merge pull request #284 from amottier/maven-3.8.1
Fix build with Maven 3.8.1
2 parents 4d4150f + f53025c commit 5e9c7e9

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)