Skip to content

Commit f0e700c

Browse files
Bump parent, asm - JDK 25 build
1 parent e47ad2c commit f0e700c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ public class JavaAnnotationsMojoDescriptorExtractor implements MojoDescriptorExt
135135
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V21, "21");
136136
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V22, "22");
137137
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V23, "23");
138+
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V24, "24");
139+
CLASS_VERSION_TO_JAVA_STRING.put(Opcodes.V25, "25");
138140
}
139141

140142
@Inject

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>44</version>
26+
<version>45</version>
2727
<relativePath />
2828
</parent>
2929

@@ -94,11 +94,12 @@
9494
<maven3Version>3.9.9</maven3Version>
9595
<resolverVersion>1.9.20</resolverVersion>
9696
<slf4jVersion>1.7.36</slf4jVersion>
97-
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
97+
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
98+
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST-4.x</maven.site.path>
9899
<!-- whenever the ASM version is updated also the
99100
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING
100101
needs to be updated as well -->
101-
<asmVersion>9.7.1</asmVersion>
102+
<asmVersion>9.8</asmVersion>
102103
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
103104
<plexusXmlVersion>3.0.1</plexusXmlVersion>
104105
<reportingApiVersion>4.0.0</reportingApiVersion>

0 commit comments

Comments
 (0)