Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Zauberer committed May 15, 2022
1 parent 181bb3b commit 8b8eedb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>JavaUtils</groupId>
<artifactId>javautils</artifactId>
<version>1.1.0-RELEASE</version>
<version>1.2.0-RELEASE</version>
<name>JavaUtils</name>
<build>
<finalName>JavaUtils-${project.version}</finalName>
Expand All @@ -12,7 +12,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>8</release>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 8b8eedb

Please sign in to comment.