Skip to content

Commit

Permalink
let el asm follow original asm version
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Apr 4, 2021
1 parent 1df49fb commit 5a03dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.persistence.asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.asm</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>

<name>EclipseLink ASM</name>
<description>Comprehensive and universal persistence framework for Java.</description>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
<test.xml.parser>org.eclipse.persistence.platform.xml.jaxp.JAXPParser</test.xml.parser>

<!--Eclipse Dependencies version-->
<eclipselink.asm.version>3.0.1-SNAPSHOT</eclipselink.asm.version>
<!-- TODO: FIX ME before merge-->
<eclipselink.asm.version>9.1-SNAPSHOT</eclipselink.asm.version>
<activation.version>2.0.1</activation.version>
<annotation.version>2.0.0</annotation.version>
<cdi.version>3.0.0</cdi.version>
Expand Down

0 comments on commit 5a03dff

Please sign in to comment.