Skip to content

Commit

Permalink
update to orbit 2024-06
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Mar 23, 2024
1 parent b71338f commit c35c3aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Expand Up @@ -23,7 +23,7 @@
Just mention the p2 repo so that additional requirements with ranges specified in
features and bundles are taken from Orbit (e.g., objectweb.asm)
-->
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
</location>
</locations>
</target>
Expand Up @@ -40,8 +40,8 @@
<unit id="junit-vintage-engine" version="0.0.0"/>
<unit id="org.opentest4j" version="0.0.0"/>
<unit id="org.objectweb.asm" version="9.6.0"/>
<unit id="io.github.classgraph.classgraph" version="4.8.165"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
<unit id="io.github.classgraph.classgraph" version="4.8.168"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
</location>
</locations>
</target>
Expand Up @@ -40,8 +40,8 @@
<unit id="junit-vintage-engine" version="0.0.0"/>
<unit id="org.opentest4j" version="0.0.0"/>
<unit id="org.objectweb.asm" version="9.6.0"/>
<unit id="io.github.classgraph.classgraph" version="4.8.165"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
<unit id="io.github.classgraph.classgraph" version="4.8.168"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
</location>
</locations>
</target>
Expand Up @@ -56,7 +56,7 @@
<unit id="org.objectweb.asm.tree.source" version="9.6.0"/>
<unit id="slf4j.api" version="0.0.0" />
<unit id="slf4j.simple" version="0.0.0" />
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
Expand All @@ -65,7 +65,7 @@
<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/>
<unit id="org.eclipse.m2e.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.buildship.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2023-12"/>
<repository location="https://download.eclipse.org/releases/2024-03"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down
6 changes: 3 additions & 3 deletions integrationtests/pom.xml
Expand Up @@ -16,12 +16,12 @@
<surefire-jvmargs></surefire-jvmargs>
<xtend-maven-plugin-version>2.19.0</xtend-maven-plugin-version>
<JENKINS_URL>https://ci.eclipse.org/xtext/</JENKINS_URL>
<tycho-version>2.7.5</tycho-version>
<tycho-version>3.0.6</tycho-version>

<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<sign.skip>true</sign.skip>
</properties>
Expand Down

0 comments on commit c35c3aa

Please sign in to comment.