jiangping
2025-02-20 3b21b61d28097c72811ce5a0a6a72b7722c68b1d
server/services/pom.xml
@@ -3,15 +3,18 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.doumee</groupId>
    <artifactId>services</artifactId>
    <version>1.0-SNAPSHOT</version>
    <parent>
        <groupId>com.doumee</groupId>
        <artifactId>parkbike</artifactId>
        <version>1.0.0-SNAPSHOT</version>
    </parent>
    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
</project>