Skip to content

Commit

Permalink
All tests pass with jdk 21 and clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
yazun committed Oct 26, 2023
1 parent d92562a commit 3993f13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions openjpa-tools/openjpa-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<inceptionYear>2011</inceptionYear>
<properties>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
<min.maven.version>3.3.9</min.maven.version>
<min.maven.version>3.9.5</min.maven.version>
</properties>
<prerequisites>
<maven>${min.maven.version}</maven>
Expand Down Expand Up @@ -74,12 +74,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>4.0.0-alpha-7</version>
<version>3.9.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>4.0.0-alpha-7</version>
<version>3.9.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
<version>3.5.1</version>
</dependency>

<!-- dependencies for OpenJPA itself -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@

<maven.javadoc.version>3.0.1</maven.javadoc.version>
<javadoc.additionalparam />
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
<maven.surefire.version>3.2.1</maven.surefire.version>

<xbean.version>4.24</xbean.version>
<bval.version>3.0.0-SNAPSHOT</bval.version>
<log4j2.version>2.19.0</log4j2.version>
<log4j2.version>2.21.0</log4j2.version>
<ant.version>1.10.14</ant.version>

<jmock.version>2.9.0</jmock.version>
Expand Down

0 comments on commit 3993f13

Please sign in to comment.