Skip to content

Commit

Permalink
Merge pull request #1280 from gurunrao/11-temp-fix
Browse files Browse the repository at this point in the history
rollback annotation and persistence api to milestone.
  • Loading branch information
scottmarlow authored Apr 4, 2024
2 parents ac15776 + bba01da commit cf44195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>${project.version}</version>
<version>3.2.0-M2</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
<version>3.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
Expand Down

0 comments on commit cf44195

Please sign in to comment.