Skip to content

Commit

Permalink
updated java version and motherpom
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed May 29, 2024
1 parent aa7c761 commit f01592c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.gbif</groupId>
<artifactId>motherpom</artifactId>
<version>56</version>
<version>58-SNAPSHOT</version>
</parent>

<groupId>org.gbif.registry</groupId>
Expand Down Expand Up @@ -74,6 +74,10 @@
</modules>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<java.version>11</java.version>

<!-- Spring -->
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
<spring-boot-admin.version>2.2.4</spring-boot-admin.version>
Expand Down

0 comments on commit f01592c

Please sign in to comment.