Skip to content

Commit

Permalink
Merge pull request #152 from Anandi-K/warn-jdk17
Browse files Browse the repository at this point in the history
Update maven-compiler-plugin version and set parameters to true
  • Loading branch information
piraveena authored Jul 11, 2022
2 parents 1ba2ea5 + e0c7f4b commit de3a0bc
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 @@ -325,12 +325,13 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<version>${maven.compiler.plugin.version}</version>
<inherited>true</inherited>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
<target>1.8</target>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
Expand All @@ -342,7 +343,7 @@

<properties>
<!--Maven Plugin Version-->
<maven.compiler.plugin.version>2.3.1</maven.compiler.plugin.version>
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>
<maven.bundle.plugin.version>2.4.0</maven.bundle.plugin.version>
<jackson-jaxrs-json-provider.version>2.13.2</jackson-jaxrs-json-provider.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
Expand Down

0 comments on commit de3a0bc

Please sign in to comment.