Skip to content

Commit

Permalink
preparing 2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurdt committed Jan 23, 2024
1 parent 494050b commit 160cdde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.10.0, release xx.01.2024

- Upgraded to ASM 9.6
- Upgraded other internal dependencies
- Added support for multi release jars (Thanks for Niels Basjes)

## Version 2.9.0, release 11.08.2023

- Upgraded to ASM 9.4 (JDK 20 support)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<additionalparam>-Xdoclint:none</additionalparam>
<mavenVersion>3.6.0</mavenVersion>
<mavenPluginPluginVersion>3.6.0</mavenPluginPluginVersion>
<mavenVersion>3.6.3</mavenVersion>
<mavenPluginPluginVersion>3.6.3</mavenPluginPluginVersion>
<test.workingDirectory>${project.build.directory}/test-working-directory</test.workingDirectory>
<asm.version>9.6</asm.version>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>org.vafer</groupId>
<artifactId>jdependency</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.10</version>
<name>jdependency</name>
<description>This project provides an API to analyse class dependencies</description>
<url>http://github.com/tcurdt/jdependency</url>
Expand Down

0 comments on commit 160cdde

Please sign in to comment.