Skip to content

Commit 39ee2ed

Browse files
authored
Update to latest versions of build tools (#986)
Beta versions of maven plugins are omitted from this upgrade. A new version of Tycho brings in an update ECJ which means some of the class files are different, hence the need to bump versions of bundles too. A new calendar year brings an update to Copyrights
1 parent ae9f145 commit 39ee2ed

File tree

71 files changed

+99
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+99
-99
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
timeout-minutes: 90
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: dorny/paths-filter@v2
15+
- uses: dorny/paths-filter@v3
1616
id: filter
1717
with:
1818
filters: |
@@ -22,15 +22,15 @@ jobs:
2222
- 'debug/**'
2323
- 'jtag/**'
2424
- name: Set up JDK 21
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
java-version: '21'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Set up Maven
31-
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
31+
uses: stCarolas/setup-maven@v5
3232
with:
33-
maven-version: 3.9.2
33+
maven-version: 3.9.6
3434
- name: Install GCC & GDB & other build essentials
3535
run: |
3636
sudo apt-get update
@@ -57,7 +57,7 @@ jobs:
5757
name: Code Cleanliness Detailed Logs
5858
path: '*.log'
5959
- name: Upload Test Results
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
if: success() || failure()
6262
with:
6363
name: test-results

.github/workflows/code-cleanliness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313
- name: Run Check Code Cleanliness with Docker
@@ -22,7 +22,7 @@ jobs:
2222
./releng/scripts/check_bundle_versions.sh
2323
./releng/scripts/check_bundle_versions_report.sh
2424
- name: Upload Logs
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
if: success() || failure()
2727
with:
2828
name: Code Cleanliness Detailed Logs

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Download Test Report
17-
uses: dawidd6/action-download-artifact@v2
17+
uses: dawidd6/action-download-artifact@v7
1818
with:
1919
name: test-results
2020
path: test-results

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>4.0.6</version>
6+
<version>4.0.10</version>
77
</extension>
88
</extensions>

build/org.eclipse.cdt.autotools.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name.0
44
Bundle-SymbolicName: org.eclipse.cdt.autotools.core;singleton:=true
5-
Bundle-Version: 2.2.300.qualifier
5+
Bundle-Version: 2.2.400.qualifier
66
Bundle-Activator: org.eclipse.cdt.autotools.core.AutotoolsPlugin
77
Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.ui;bundle-version="3.4.0",

build/org.eclipse.cdt.autotools.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name.0
44
Bundle-SymbolicName: org.eclipse.cdt.autotools.ui;singleton:=true
5-
Bundle-Version: 2.2.400.qualifier
5+
Bundle-Version: 2.2.500.qualifier
66
Bundle-Activator: org.eclipse.cdt.autotools.ui.AutotoolsUIPlugin
77
Bundle-Localization: plugin
88
Bundle-Vendor: %provider

build/org.eclipse.cdt.autotools.ui/about.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2012, 2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2012, 2025 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
55
# information regarding copyright ownership.
@@ -24,7 +24,7 @@ blurb=C/C++ Autotools support\n\
2424
Version: {featureVersion}\n\
2525
Build id: {0}\n\
2626
\n\
27-
Copyright (c) 2012, 2024 Contributors to the Eclipse Foundation
27+
Copyright (c) 2012, 2025 Contributors to the Eclipse Foundation
2828
\n\
2929
See the NOTICE file(s) distributed with this work for additional\n\
3030
information regarding copyright ownership.\n\

build/org.eclipse.cdt.core.autotools.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.core.autotools.core;singleton:=true
5-
Bundle-Version: 1.3.200.qualifier
5+
Bundle-Version: 1.3.300.qualifier
66
Bundle-Activator: org.eclipse.cdt.core.autotools.core.internal.Activator
77
Require-Bundle: org.eclipse.core.runtime,
88
org.eclipse.tools.templates.core;bundle-version="2.0.0",

build/org.eclipse.cdt.make.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.make.core; singleton:=true
5-
Bundle-Version: 7.6.500.qualifier
5+
Bundle-Version: 7.6.600.qualifier
66
Bundle-Activator: org.eclipse.cdt.make.core.MakeCorePlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.make.ui; singleton:=true
5-
Bundle-Version: 8.3.100.qualifier
5+
Bundle-Version: 8.3.200.qualifier
66
Bundle-Activator: org.eclipse.cdt.make.internal.ui.MakeUIPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

0 commit comments

Comments
 (0)