Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Switch to secured sites
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal committed Mar 11, 2020
1 parent 1fb56de commit b563b7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
#if ($reddeer_version == "2.9.0" )
#set( $rd_repository = 'http://download.eclipse.org/reddeer/releases/2.9.0/' )
#set( $rd_repository = 'https://download.eclipse.org/reddeer/releases/2.9.0/' )
#else
#set ( $rd_repository = 'http://download.eclipse.org/reddeer/snapshots/' )
#set ( $rd_repository = 'https://download.eclipse.org/reddeer/snapshots/' )
#end
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down Expand Up @@ -36,7 +36,7 @@
<repository>
<id>${eclipse_platform}</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/${eclipse_platform}</url>
<url>https://download.eclipse.org/releases/${eclipse_platform}</url>
</repository>
<repository>
<id>RedDeer</id>
Expand All @@ -48,7 +48,7 @@
<pluginRepositories>
<pluginRepository>
<id>sonatype-public</id>
<url>http://repository.sonatype.org/content/groups/sonatype-public-grid</url>
<url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url>
</pluginRepository>
</pluginRepositories>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<properties>
<tycho-version>1.6.0</tycho-version>
<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
<eclipse-target-site>http://download.eclipse.org/staging/2020-03/</eclipse-target-site>
<swtbot-update-site>http://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
<eclipse-target-site>https://download.eclipse.org/staging/2020-03/</eclipse-target-site>
<swtbot-update-site>https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
<eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository</eclipse-orbit-update-site>
<cbi-repo-site>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-repo-site>
<download-plugin-version>1.2.1</download-plugin-version>
Expand Down

0 comments on commit b563b7e

Please sign in to comment.