Skip to content

Commit 2a99c7a

Browse files
committed
Specify java version in tests
1 parent af35ead commit 2a99c7a

File tree

2 files changed

+8
-0
lines changed
  • test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven

2 files changed

+8
-0
lines changed

test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven/after/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<artifactId>sample-application</artifactId>
2424
<version>1.2.3</version>
2525

26+
<properties>
27+
<jre.version>1.8</jre.version>
28+
</properties>
29+
2630
<dependencyManagement>
2731
<dependencies>
2832
<dependency>

test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven/before/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<artifactId>sample-application</artifactId>
2424
<version>1.2.3</version>
2525

26+
<properties>
27+
<jre.version>1.8</jre.version>
28+
</properties>
29+
2630
<dependencyManagement>
2731
<dependencies>
2832
<dependency>

0 commit comments

Comments
 (0)