Skip to content

Commit a32f2e6

Browse files
refactor: update tags to use 'release' instead of 'source' & 'target'
1 parent 73b75cf commit a32f2e6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

riskified-sdk/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
<artifactId>maven-compiler-plugin</artifactId>
3232
<version>3.14.1</version>
3333
<configuration>
34-
<source>1.8</source>
35-
<target>1.8</target>
34+
<release>8</release>
3635
</configuration>
3736
</plugin>
3837

@@ -69,9 +68,6 @@
6968
<groupId>org.apache.maven.plugins</groupId>
7069
<artifactId>maven-javadoc-plugin</artifactId>
7170
<version>3.6.3</version>
72-
<configuration>
73-
<source>1.8</source>
74-
</configuration>
7571
<executions>
7672
<execution>
7773
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)