This commit is contained in:
Alejandro
2020-09-28 12:23:01 -05:00
parent e220977eef
commit bbc8a7978a
+5 -3
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.amatos.restcountries</groupId>
<artifactId>dev.amatos.restcountries</artifactId>
@@ -15,9 +16,10 @@
<properties>
<jdk.version>14</jdk.version>
<!-- If you are building with JDK 9 or higher, you can uncomment the lines below to set the release version -->
<release.version>14</release.version>
<release.version>14</release.version>
<micronaut.version>2.0.1</micronaut.version>
<exec.mainClass>dev.amatos.restcountries.Application</exec.mainClass>
<java.version>14</java.version>
</properties>
<repositories>