Skip to content

Commit

Permalink
multiple upgrades
Browse files Browse the repository at this point in the history
* upgrade Tycho, JUnit and external libraries in target platform
* re-add target as module in the maven reactor, to automatically upgrade
the parent version of the target pom.xml during release
  • Loading branch information
Bananeweizen authored and Calixte committed Oct 1, 2024
1 parent 3d7ddfc commit 71bb623
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions net.sf.eclipsecs.target/net.sf.eclipsecs.target.target
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="Eclipse Checkstyle" sequenceNumber="1721491250">
<target name="Eclipse Checkstyle" sequenceNumber="1726901996">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.feature.group" version="3.18.1300.v20220831-1800"/>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>2.3</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.174</version>
<version>4.8.176</version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -111,7 +111,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
<version>3.17.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ maven ApacheCommons
dependency {
groupId="org.apache.commons"
artifactId="commons-lang3"
version="3.15.0"
version="3.17.0"
}
}
maven AssertJ
Expand All @@ -103,7 +103,7 @@ maven Classgraph
dependency {
groupId="io.github.classgraph"
artifactId="classgraph"
version="4.8.174"
version="4.8.176"
}
}
maven DOM4J
Expand Down Expand Up @@ -139,6 +139,6 @@ maven SnakeYaml
dependency {
groupId="org.yaml"
artifactId="snakeyaml"
version="2.2"
version="2.3"
}
}
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.2-SNAPSHOT</version>
<version>10.18.1-SNAPSHOT</version>
</parent>
<artifactId>net.sf.eclipsecs.target</artifactId>
<packaging>pom</packaging>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<name>eclipse-cs Maven Parent</name>

<modules>
<module>net.sf.eclipsecs.target</module>
<module>net.sf.eclipsecs.branding</module>
<module>net.sf.eclipsecs.checkstyle</module>
<module>net.sf.eclipsecs.core</module>
Expand All @@ -25,7 +26,7 @@

<!-- Maven JUnit version should fit the JUnit version used in the target platform, otherwise Surefire may produce exceptions.
You can try to use newer versions here, but that requires manual testing. -->
<junit-jupiter-version>5.10.2</junit-jupiter-version>
<junit-jupiter-version>5.11.0</junit-jupiter-version>
<maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
<maven-checkstyle-plugin-version>3.5.0</maven-checkstyle-plugin-version>
<maven-clean-plugin-version>3.4.0</maven-clean-plugin-version>
Expand Down

0 comments on commit 71bb623

Please sign in to comment.