Skip to content

Commit

Permalink
prepare for the next - 4.0 - dev iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Sep 20, 2024
1 parent 24bf062 commit 1aac75c
Show file tree
Hide file tree
Showing 10 changed files with 2,852 additions and 2,821 deletions.
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

<name>Jakarta Persistence API</name>
<url>https://github.com/jakartaee/persistence</url>
Expand Down Expand Up @@ -90,11 +90,11 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spec.non.final>false</spec.non.final>
<spec.version>3.2</spec.version>
<spec.version>4.0</spec.version>
<spec.build>01</spec.build>
<spec.impl.version>3.2.0</spec.impl.version>
<spec.impl.version>4.0.0</spec.impl.version>
<spec.api.package>jakarta.persistence</spec.api.package>
<spec.new.spec.version>3.2</spec.new.spec.version>
<spec.new.spec.version>4.0</spec.new.spec.version>
<legal.doc.source>${project.basedir}/..</legal.doc.source>
<vendor.name>Eclipse Foundation</vendor.name>

Expand Down
2,449 changes: 2,449 additions & 0 deletions api/src/main/resources/jakarta/persistence/orm_4_0.xsd

Large diffs are not rendered by default.

Loading

0 comments on commit 1aac75c

Please sign in to comment.