Skip to content

Commit

Permalink
Add version to Utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
dually8 committed May 19, 2019
1 parent b490c88 commit d63e08d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/modules/Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down Expand Up @@ -54,4 +55,4 @@
</dependencies>


</project>
</project>

0 comments on commit d63e08d

Please sign in to comment.