mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
release 3.1.0 : fix deploy repositories HTTP -> HTTPS
This commit is contained in:
parent
77fc51841b
commit
a044c5d366
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user