Skip to content

Commit

Permalink
Merge pull request apache#14 from nroduit/java-14
Browse files Browse the repository at this point in the history
[FELIX-6489] ASM - support for Java 18
  • Loading branch information
jbonofre authored Jan 3, 2022
2 parents b35e3d5 + e649a8a commit bf412d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/org.apache.felix.scr.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
</scm>

<properties>
<felix.java.version>6</felix.java.version>
<felix.java.version>7</felix.java.version>
</properties>

<dependencies>
<!-- bind/unbind method generation -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>7.1</version>
<version>9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.16</version>
<version>1.20</version>
</plugin>

</plugins>
Expand Down

0 comments on commit bf412d5

Please sign in to comment.