Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
faeludire committed Feb 20, 2021
1 parent 8891e61 commit b7885ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
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>

<modelVersion>4.0.0</modelVersion>

<groupId>com.github.faeludire</groupId>
<artifactId>octopus-energy-web-api-java</artifactId>
Expand Down Expand Up @@ -60,6 +59,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<retrofit.version>2.5.0</retrofit.version>
</properties>

Expand Down

0 comments on commit b7885ac

Please sign in to comment.