Skip to content

Commit

Permalink
Fixes repository urls to use SSL #145
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Mar 22, 2024
1 parent d345bf2 commit b9a9629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions query/tests/org.eclipse.viatra.query.rcptt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
<repository>
<id>rcptt.core</id>
<layout>p2</layout>
<url>http://download.eclipse.org/rcptt/release/${rcptt.version}/repository</url>
<url>https://download.eclipse.org/rcptt/release/${rcptt.version}/repository</url>
</repository>
<repository>
<id>rcptt.runtime</id>
<layout>p2</layout>
<url>http://download.eclipse.org/rcptt/release/${rcptt.version}/runtime4x</url>
<url>https://download.eclipse.org/rcptt/release/${rcptt.version}/runtime4x</url>
</repository>
<repository>
<id>aspectj</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/ajdt/37/update/</url>
<url>https://download.eclipse.org/tools/ajdt/37/update/</url>
</repository>
</repositories>
<pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.viatra.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<viatra.main.version>2.9.0-SNAPSHOT</viatra.main.version>
<cbi.jarsigner.version>1.3.2</cbi.jarsigner.version>
<sign.build>false</sign.build>
<simrel.repository.url>http://download.eclipse.org/releases/2022-06</simrel.repository.url>
<simrel.repository.url>https://download.eclipse.org/releases/2022-06</simrel.repository.url>
<!-- Maven deploy related properties -->
<viatra.deploy.release>https://repo.eclipse.org/content/repositories/viatra2-releases/</viatra.deploy.release>
<viatra.deploy.snapshot>https://repo.eclipse.org/content/repositories/viatra2-snapshots/</viatra.deploy.snapshot>
Expand Down

0 comments on commit b9a9629

Please sign in to comment.