Skip to content

Commit

Permalink
Update toolchain to use Tycho 4.0.x and Maven 3.9.x eclipse-birt#1458 (
Browse files Browse the repository at this point in the history
  • Loading branch information
claesrosell committed Oct 27, 2023
1 parent 5c22cbe commit 30df22d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.5
maven-version: 3.9.5
- name: Set up Maven 2
run: echo "MAVEN_OPTS='-Xmx4096m'" > ~/.mavenrc
- name: Build with Maven
Expand Down
1 change: 0 additions & 1 deletion engine/org.eclipse.birt.report.engine/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,5 @@ Import-Package: org.apache.batik.css.engine;version="1.17.0",
org.apache.batik.i18n;version="1.17.0",
org.apache.batik.transcoder;version="1.17.0",
org.apache.batik.transcoder.image;version="1.17.0",
org.eclipse.birt.report.designer.util,
org.eclipse.draw2d.geometry,
org.w3c.css.sac;version="1.3.0"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<junit-version>4.13.2</junit-version>
<maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
<maven-surefire-plugin-version>2.22.0</maven-surefire-plugin-version>
<tycho.version>2.7.5</tycho.version>
<tycho.version>4.0.3</tycho.version>
<jetty.version>10.0.15</jetty.version>
<cbi-version>1.3.1</cbi-version>
<skipTests>false</skipTests>
Expand Down

0 comments on commit 30df22d

Please sign in to comment.