Skip to content

Commit

Permalink
Merge pull request #559 from jakartaee/3.2-M1-3.2.0-M1
Browse files Browse the repository at this point in the history
3.2 m1 3.2.0 m1
  • Loading branch information
lukasj authored Dec 15, 2023
2 parents 95a9ee1 + a3b910a commit 68256e4
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-10-28T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-23T14:10:48Z</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-10-28T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-23T14:10:46Z</project.build.outputTimestamp>
</properties>

<scm>
Expand Down

0 comments on commit 68256e4

Please sign in to comment.