diff options
author | Alexander Kurtakov | 2013-09-03 16:07:55 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2013-09-03 16:07:55 +0000 |
commit | 79a4304e967bf58d0bf0daded4227e5fa67a39b5 (patch) | |
tree | 26747ea7c106e443890b87bdbb2cc43f33d3f295 /pom.xml | |
parent | 2cd9bee1978c2d4310d3553db6abcbb43215e694 (diff) | |
download | org.eclipse.linuxtools-79a4304e967bf58d0bf0daded4227e5fa67a39b5.tar.gz org.eclipse.linuxtools-79a4304e967bf58d0bf0daded4227e5fa67a39b5.tar.xz org.eclipse.linuxtools-79a4304e967bf58d0bf0daded4227e5fa67a39b5.zip |
Use https only for repo.eclipse.org to not confuse maven.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ <pluginRepositories> <pluginRepository> <id>repo.eclipse.org</id> - <url>http://repo.eclipse.org/content/groups/releases/</url> + <url>https://repo.eclipse.org/content/groups/releases/</url> </pluginRepository> </pluginRepositories> <repositories> |