Skip to content

Commit

Permalink
Update to ASM 9.7 + Maven plugins update (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman authored Apr 2, 2024
1 parent 2e9ce91 commit 1170c67
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions org.eclipse.persistence.asm/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2023 Oracle, IBM Corporation, and/or their affiliates. All rights reserved.
Copyright (c) 2021, 2024 Oracle, IBM Corporation, and/or their affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -27,7 +27,7 @@

<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.asm</artifactId>
<version>9.6.0-SNAPSHOT</version>
<version>9.7.0-SNAPSHOT</version>

<name>EclipseLink ASM</name>
<description>EclipseLink extension for Java bytecode manipulation and analysis framework</description>
Expand Down Expand Up @@ -86,7 +86,7 @@
<base.java.level>8</base.java.level>
<upper.java.level>9</upper.java.level>
<!-- CQ #24269 -->
<asm.version>9.6</asm.version>
<asm.version>9.7</asm.version>
<junit.version>4.13.2</junit.version>
</properties>

Expand Down Expand Up @@ -169,12 +169,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</plugin>
<plugin>
<groupId>com.sun.wts.tools.ant</groupId>
Expand All @@ -189,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -199,17 +199,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -219,7 +219,7 @@
<plugin>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgiversion-maven-plugin</artifactId>
<version>3.0.4</version>
<version>4.0.0-M2</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -240,7 +240,7 @@
<version>[11,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.6.0,)</version>
<version>[3.8.5,)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 1170c67

Please # to comment.