fix project name

This commit is contained in:
hengyunabc 2024-11-13 17:19:14 +08:00
parent 1911278205
commit fd1cb27015
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>native-agent-common</artifactId>
<name>native-agent-common</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>

View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>native-agent-management-web</artifactId>
<name>native-agent-management-web</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>

View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>native-agent-proxy</artifactId>
<name>native-agent-proxy</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>

View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>native-agent</artifactId>
<name>native-agent</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>