Skip to content

Commit

Permalink
adjsuted test, so that custom 1.7 is now tempted instead of 1.8 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Jan 2, 2024
1 parent 65fe5ee commit a0f0e9a
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ groupId=archetype.it
artifactId=java-8-junit-412-quickstart
version=0.1-SNAPSHOT
package=it.pkg
javaCompilerVersion=1.8
javaCompilerVersion=1.7
junitVersion=4.12
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ groupId=archetype.it
artifactId=java-8-quickstart
version=0.1-SNAPSHOT
package=it.pkg
javaCompilerVersion=1.8
javaCompilerVersion=1.7
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit a0f0e9a

Please sign in to comment.