Skip to content

Commit

Permalink
default to ssl for central
Browse files Browse the repository at this point in the history
  • Loading branch information
brianf committed Aug 11, 2014
1 parent 693f8f6 commit 9216191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -52,7 +52,7 @@ public interface RepositorySystem

String DEFAULT_REMOTE_REPO_ID = "central";

String DEFAULT_REMOTE_REPO_URL = "http://repo.maven.apache.org/maven2";
String DEFAULT_REMOTE_REPO_URL = "https://repo.maven.apache.org/maven2";

Artifact createArtifact( String groupId, String artifactId, String version, String packaging );

Expand Down
Expand Up @@ -27,7 +27,7 @@ under the License.
<repository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
Expand All @@ -39,7 +39,7 @@ under the License.
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
Expand Down

0 comments on commit 9216191

Please sign in to comment.