release 3.1.0 : fix deploy repositories HTTP -> HTTPS

This commit is contained in:
lgrignon 2021-04-21 22:22:55 +02:00
parent 77fc51841b
commit a044c5d366

View File

@ -367,12 +367,12 @@
<repository>
<id>jsweet-release</id>
<name>libs-release</name>
<url>http://repository.jsweet.org/artifactory/libs-release-local</url>
<url>https://repository.jsweet.org/artifactory/libs-release-local</url>
</repository>
<snapshotRepository>
<id>jsweet-snapshots</id>
<name>libs-snapshot</name>
<url>http://repository.jsweet.org/artifactory/libs-snapshot-local</url>
<url>https://repository.jsweet.org/artifactory/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
</project>