diff options
| author | chrislu <chris.lu@gmail.com> | 2023-02-16 21:30:55 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-02-16 21:30:55 -0800 |
| commit | a9aa2d581fcb246d01bad603cd1164d992ad2cfc (patch) | |
| tree | dfe2076377ba8804347df39734967df1916af6f1 /other/java/s3copier/pom.xml | |
| parent | 79af6b41d450d10f3eaa6c6de40d838610e73e9d (diff) | |
| download | seaweedfs-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.xml | 4 |
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> |
