Skip to content

Commit e9694bc

Browse files
authored
Move to fixed nebula (#1550)
The repositories sometimes refer to snapshots and sometimes to the latest. To avoid nebula problems as we saw, I propose moving to a fixed nebula repository release 2.7.2. I also resolved other potential problems in this area.
1 parent 0076c52 commit e9694bc

File tree

5 files changed

+168
-166
lines changed

5 files changed

+168
-166
lines changed

io.sloeber.parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
<repository>
352352
<id>nebula</id>
353353
<layout>p2</layout>
354-
<url>http://download.eclipse.org/nebula/releases/latest/</url>
354+
<url>https://download.eclipse.org/nebula/releases/2.7.2/</url>
355355
</repository>
356356

357357
<repository>

io.sloeber.product.sdk/arduino.product

+6-7
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,12 @@ United States, other countries, or both.
280280
</configurations>
281281

282282
<repositories>
283-
<repository location="http://download.eclipse.org/nebula/releases/latest/" enabled="true" />
284-
<repository location="http://eclipse.baeyens.it/update/V4/nightly/" enabled="false" />
285-
<repository location="http://eclipse.baeyens.it/update/V4/stable/" enabled="true" />
286-
<repository location="http://gnu-mcu-eclipse.netlify.com/v4-neon-updates/" enabled="true" />
287-
<repository location="http://download.eclipse.org/releases/latest/" enabled="true" />
288-
<repository location="https://download.eclipse.org/technology/babel/update-site/latest/" enabled="true" />
289-
<repository location="http://https://download.eclipse.org/justj/jres/15/updates/release/latest/" enabled="true" />
283+
<repository location="https://eclipse.baeyens.it/update/V4/nightly/" enabled="false" />
284+
<repository location="https://eclipse.baeyens.it/update/V4/stable/" enabled="true" />
285+
<repository location="https://download.eclipse.org/technology/babel/update-site/latest/" enabled="false" />
286+
<repository location="https://download.eclipse.org/nebula/releases/2.7.2/" enabled="true" />
287+
<repository location="https://download.eclipse.org/justj/jres/17/updates/release/latest/" enabled="true" />
288+
<repository location="https://download.eclipse.org/releases/latest/" enabled="true" />
290289
<repository location="https://download.eclipse.org/eclipse/updates/latest" enabled="true" />
291290
</repositories>
292291

0 commit comments

Comments
 (0)