Update pom.xml

This commit is contained in:
Jesse-Ma
2022-08-04 16:03:04 +08:00
committed by GitHub
parent 83f70c2f88
commit 127c67e6c7

View File

@@ -8,9 +8,9 @@
<relativePath /> <!-- lookup parent from repository --> <relativePath /> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.flagnote</groupId> <groupId>com.flagnote</groupId>
<artifactId>gateway</artifactId> <artifactId>flagnote-gateway</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>gateway</name> <name>flagnote-gateway</name>
<description>Demo project for Spring Boot</description> <description>Demo project for Spring Boot</description>
<properties> <properties>
<java.version>11</java.version> <java.version>11</java.version>
@@ -78,4 +78,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>