aboutsummaryrefslogtreecommitdiff
path: root/other/java/s3copier/pom.xml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-02-16 21:30:55 -0800
committerchrislu <chris.lu@gmail.com>2023-02-16 21:30:55 -0800
commita9aa2d581fcb246d01bad603cd1164d992ad2cfc (patch)
treedfe2076377ba8804347df39734967df1916af6f1 /other/java/s3copier/pom.xml
parent79af6b41d450d10f3eaa6c6de40d838610e73e9d (diff)
downloadseaweedfs-a9aa2d581fcb246d01bad603cd1164d992ad2cfc.tar.xz
seaweedfs-a9aa2d581fcb246d01bad603cd1164d992ad2cfc.zip
add some more example
Diffstat (limited to 'other/java/s3copier/pom.xml')
-rw-r--r--other/java/s3copier/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/java/s3copier/pom.xml b/other/java/s3copier/pom.xml
index c3ff30932..0050c70da 100644
--- a/other/java/s3copier/pom.xml
+++ b/other/java/s3copier/pom.xml
@@ -5,6 +5,10 @@
<artifactId>copier</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
+ <properties>
+ <maven.compiler.source>18</maven.compiler.source>
+ <maven.compiler.target>18</maven.compiler.target>
+ </properties>
<name>copier</name>
<url>http://maven.apache.org</url>