Skip to content

Commit

Permalink
Merge pull request #631 from jakartaee/3.2-3.2.0
Browse files Browse the repository at this point in the history
3.2/3.2.0 release branch
  • Loading branch information
lukasj authored May 21, 2024
2 parents 5e5f361 + 8d35cc1 commit 0184805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.0-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>

<name>Jakarta Persistence API</name>
<url>https://github.com/jakartaee/persistence</url>
Expand Down Expand Up @@ -99,7 +99,7 @@
<vendor.name>Eclipse Foundation</vendor.name>

<maven.compiler.release>17</maven.compiler.release>
<project.build.outputTimestamp>2023-11-23T14:10:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-10T08:59:19Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>jakarta.persistence</groupId>
<artifactId>persistence-spec</artifactId>
<packaging>pom</packaging>
<version>3.2-SNAPSHOT</version>
<version>3.3-SNAPSHOT</version>
<name>Jakarta Persistence Specification</name>

<properties>
Expand All @@ -38,7 +38,7 @@
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
<revisiondate>${maven.build.timestamp}</revisiondate>

<project.build.outputTimestamp>2023-11-23T14:10:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-10T08:59:15Z</project.build.outputTimestamp>
</properties>

<scm>
Expand Down

0 comments on commit 0184805

Please sign in to comment.