Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730"/>
<unit id="org.eclipse.sdk.feature.group"/>
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group"/>
<unit id="org.eclipse.ui.tests.harness"/>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-common</artifactId>
<version>3.2.1</version>
<version>3.4.1</version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -161,13 +161,13 @@ Import-Package: org.jdom2*
<dependency>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-catalog</artifactId>
<version>3.2.1</version>
<version>3.4.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-descriptor</artifactId>
<version>3.2.1</version>
<version>3.4.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Loading