Skip to content

Commit

Permalink
Update settings.xml & .travis.yml, re #3
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Dec 20, 2020
1 parent f125973 commit a72c729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ language: java
jdk:
- openjdk8
- openjdk11
install: mvn -version
install: export MAVEN_OPTS="-Dmaven.wagon.httpconnectionManager.ttlSeconds=15 -Dmaven.wagon.http.retryHandler.count=3" && mvn -version
script:
- 'if [ "$TRAVIS_JDK_VERSION" = "openjdk8" ] &&
[ "$TRAVIS_BRANCH" = "master" ] &&
Expand Down
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<repositories>
<repository>
<id>snapshots-repo</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand All @@ -42,7 +42,7 @@
<pluginRepositories>
<pluginRepository>
<id>snapshots-repo</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit a72c729

Please sign in to comment.