Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Use source and target 1.8 the tests that require this
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleErwin committed Jul 21, 2023
1 parent 36a118c commit f69f84c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/it/rpm-artifact/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<build>
Expand Down
2 changes: 2 additions & 0 deletions src/it/rpm-reactor/rpm-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down
2 changes: 2 additions & 0 deletions src/it/rpm-reactor/rpm-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down
2 changes: 2 additions & 0 deletions src/it/rpm-sign-with-keyname-lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<disableSigning>true</disableSigning>
</properties>

Expand Down

0 comments on commit f69f84c

Please sign in to comment.