Skip to content

Commit

Permalink
Align Plexus ASM version (#134)
Browse files Browse the repository at this point in the history
As inject got merged PR
#131

But plexus was not yet present. Align it with inject and centralize asm test version.
  • Loading branch information
cstamas authored May 30, 2024
1 parent 4872d29 commit 9933852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.sisu.inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>${asmVersion}</version>
</artifactItem>
<artifactItem>
<groupId>cglib</groupId>
Expand Down Expand Up @@ -229,7 +229,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>${asmVersion}</version>
</artifactItem>
<artifactItem>
<groupId>com.google.inject</groupId>
Expand Down Expand Up @@ -277,7 +277,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>${asmVersion}</version>
</artifactItem>
<artifactItem>
<groupId>com.google.inject</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.sisu.plexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<version>${asmVersion}</version>
</artifactItem>
<artifactItem>
<groupId>com.google.inject</groupId>
Expand Down Expand Up @@ -258,7 +258,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<version>${asmVersion}</version>
</artifactItem>
<artifactItem>
<groupId>com.google.inject</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
<mavenBuildVersion>3.6.3</mavenBuildVersion>
<javaBuildVersion>11</javaBuildVersion>
<mavenPluginToolsVersion>3.13.0</mavenPluginToolsVersion>
<!-- Note: this version is used in tests, to update embedded asm use bin/update_asm.sh -->
<asmVersion>9.7</asmVersion>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 9933852

Please sign in to comment.