Skip to content

Commit

Permalink
fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Nov 13, 2024
1 parent 1911278 commit fd1cb27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions labs/cluster-management/native-agent-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions labs/cluster-management/native-agent-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions labs/cluster-management/native-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fd1cb27

Please sign in to comment.