Skip to content

Commit

Permalink
Update tycho and jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
zulus committed Jun 5, 2023
1 parent df07092 commit 27580ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>2.7.5</tycho-version>
<tycho-version>3.0.4</tycho-version>
<antrun-version>1.8</antrun-version>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<test.vmargs>-server</test.vmargs>
Expand All @@ -34,7 +34,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.scmUrl>scm:git:https://github.com/eclipse/pdt.git</tycho.scmUrl>
<tycho.testArgLine />
<jacoco.version>0.8.5</jacoco.version>
<jacoco.version>0.8.10</jacoco.version>
<eclipseNext>false</eclipseNext>
<p2.mirrorsPrefix>/tools/pdt/updates/8.0/</p2.mirrorsPrefix>
<p2.statsURI>https://download.eclipse.org/stats</p2.statsURI>
Expand Down

0 comments on commit 27580ed

Please sign in to comment.