Dockerfile

dev
wxy 2024-08-20 19:33:59 +08:00
parent 545cd8b40f
commit ca243b4f52
4 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,8 @@
<artifactId>cloud-mart-client</artifactId> <artifactId>cloud-mart-client</artifactId>
<version>1.0.0</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>

View File

@ -9,6 +9,7 @@
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<version>1.0.0</version>
<artifactId>cloud-mart-common</artifactId> <artifactId>cloud-mart-common</artifactId>
<properties> <properties>

View File

@ -10,7 +10,7 @@
</parent> </parent>
<artifactId>cloud-mart-remote</artifactId> <artifactId>cloud-mart-remote</artifactId>
<version>1.0.0</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>

View File

@ -11,6 +11,8 @@
<artifactId>cloud-mart-server</artifactId> <artifactId>cloud-mart-server</artifactId>
<version>1.0.0</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>