Skip to content

Commit ccb4ea3

Browse files
Update target-platform with latest version
1 parent fca5d73 commit ccb4ea3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

target-platform/target-platform.target

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
55
<locations>
66
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
7-
<repository location="https://download.eclipse.org/eclipse/updates/4.34/"/>
7+
<repository location="https://download.eclipse.org/eclipse/updates/4.35/R-4.35-202502280140"/>
88
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
99
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
1010
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
@@ -14,11 +14,11 @@
1414
<unit id="jakarta.annotation-api" version="1.3.5"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
17-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03/"/>
17+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06/"/>
1818
<unit id="org.jdom2" version="0.0.0"/>
1919
</location>
2020
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
21-
<repository location="https://download.eclipse.org/egit/updates-7.1/"/>
21+
<repository location="https://download.eclipse.org/egit/updates-7.2"/>
2222
<unit id="org.eclipse.jgit" version="0.0.0"/>
2323
</location>
2424
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>ch.qos.logback</groupId>
5656
<artifactId>logback-classic</artifactId>
57-
<version>1.5.17</version>
57+
<version>1.5.18</version>
5858
<type>jar</type>
5959
</dependency>
6060
<dependency>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.apache.maven.archetype</groupId>
140140
<artifactId>archetype-common</artifactId>
141-
<version>3.2.1</version>
141+
<version>3.3.1</version>
142142
<type>jar</type>
143143
</dependency>
144144
</dependencies>
@@ -161,13 +161,13 @@ Import-Package: org.jdom2*
161161
<dependency>
162162
<groupId>org.apache.maven.archetype</groupId>
163163
<artifactId>archetype-catalog</artifactId>
164-
<version>3.2.1</version>
164+
<version>3.3.1</version>
165165
<type>jar</type>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.apache.maven.archetype</groupId>
169169
<artifactId>archetype-descriptor</artifactId>
170-
<version>3.2.1</version>
170+
<version>3.3.1</version>
171171
<type>jar</type>
172172
</dependency>
173173
<dependency>

0 commit comments

Comments
 (0)