Skip to content

Commit 7fac281

Browse files
committed
Build against 4.31/2024-03 stream
This actually fixes the build as 4.30-I-builds are gone now
1 parent e8ee757 commit 7fac281

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
5353
<mirror-mylyn-repo-name>updates-mylyn-nightly</mirror-mylyn-repo-name>
5454
<tycho-version>4.0.4</tycho-version>
55-
<target-platform>linuxtools-e4.30</target-platform>
55+
<target-platform>linuxtools-e4.31</target-platform>
5656
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
5757
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
5858
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>

releng/org.eclipse.linuxtools.target/linuxtools-e4.30.target releng/org.eclipse.linuxtools.target/linuxtools-e4.31.target

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<unit id="org.apache.httpcomponents.httpclient" version="4.5.14"/>
1212
<unit id="org.codelibs.nekohtml" version="2.1.2.v20230802-0829"/>
1313
<unit id="org.codelibs.nekohtml.source" version="2.1.2.v20230802-0829"/>
14-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12"/>
14+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1717
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
@@ -33,7 +33,7 @@
3333
<unit id="org.hamcrest" version="0.0.0"/>
3434
<unit id="slf4j.api" version="0.0.0"/>
3535
<unit id="jakarta.annotation-api" version="0.0.0"/>
36-
<repository location="https://download.eclipse.org/eclipse/updates/4.30-I-builds/"/>
36+
<repository location="https://download.eclipse.org/eclipse/updates/4.31-I-builds/"/>
3737
</location>
3838
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3939
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
@@ -77,43 +77,43 @@
7777
<dependency>
7878
<groupId>com.fasterxml.jackson.core</groupId>
7979
<artifactId>jackson-annotations</artifactId>
80-
<version>2.15.3</version>
80+
<version>2.16.0</version>
8181
<type>jar</type>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.core</groupId>
8585
<artifactId>jackson-core</artifactId>
86-
<version>2.15.3</version>
86+
<version>2.16.0</version>
8787
<type>jar</type>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-databind</artifactId>
92-
<version>2.15.3</version>
92+
<version>2.16.0</version>
9393
<type>jar</type>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.datatype</groupId>
9797
<artifactId>jackson-datatype-guava</artifactId>
98-
<version>2.15.3</version>
98+
<version>2.16.0</version>
9999
<type>jar</type>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.fasterxml.jackson.jaxrs</groupId>
103103
<artifactId>jackson-jaxrs-base</artifactId>
104-
<version>2.15.3</version>
104+
<version>2.16.0</version>
105105
<type>jar</type>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.fasterxml.jackson.jaxrs</groupId>
109109
<artifactId>jackson-jaxrs-json-provider</artifactId>
110-
<version>2.15.3</version>
110+
<version>2.16.0</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.fasterxml.jackson.module</groupId>
115115
<artifactId>jackson-module-jaxb-annotations</artifactId>
116-
<version>2.15.3</version>
116+
<version>2.16.0</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>org.apache.commons</groupId>
182182
<artifactId>commons-compress</artifactId>
183-
<version>1.24.0</version>
183+
<version>1.25.0</version>
184184
<type>jar</type>
185185
</dependency>
186186
<dependency>

releng/org.eclipse.linuxtools.target/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<configuration>
3232
<artifacts>
3333
<artifact>
34-
<file>linuxtools-e4.29.target</file>
34+
<file>linuxtools-e4.31.target</file>
3535
<type>target</type>
36-
<classifier>linuxtools-e4.29</classifier>
36+
<classifier>linuxtools-e4.31</classifier>
3737
</artifact>
3838
<!-- More targets could be added here -->
3939
</artifacts>

0 commit comments

Comments
 (0)