Skip to content

Commit

Permalink
Upgrading ASF parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 19, 2024
1 parent a535b75 commit d59e258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>29</version>
<version>33</version>
</parent>

<groupId>org.apache.openjpa</groupId>
Expand Down Expand Up @@ -2367,7 +2367,7 @@
<configuration>
<show>package</show>
<quiet>true</quiet>
<source>${java.class.version}</source>
<release>${java.class.version}</release>
<links>
<link>https://docs.oracle.com/en/java/javase/11/docs/api/</link>
</links>
Expand Down

0 comments on commit d59e258

Please sign in to comment.