Skip to content

Commit

Permalink
upd pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr_Vorobev committed Jan 18, 2024
1 parent 30e6db9 commit 5a2bc31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<allure.maven.version>2.12.0</allure.maven.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.surefire.plugin.version>2.22.2</maven.surefire.plugin.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- app parameters-->
<base.url>https://example.com</base.url>
<headless>true</headless>
Expand Down Expand Up @@ -99,8 +101,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>8</source>
<target>8</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 5a2bc31

Please sign in to comment.