Skip to content

Commit

Permalink
fix agent dist package (opengoofy#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanrongzhen authored May 24, 2023
1 parent cfa514b commit 1b81e00
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-agent-config-mode</artifactId>
<artifactId>hippo4j-agent-plugin</artifactId>
<version>${revision}</version>
</parent>

<artifactId>hippo4j-agent-config-apollo-plugin</artifactId>
<artifactId>hippo4j-agent-apollo-plugin</artifactId>

<properties>
<apollo.version>1.9.1</apollo.version>
Expand Down
18 changes: 0 additions & 18 deletions agent/hippo4j-agent-plugin/mode/config/pom.xml

This file was deleted.

18 changes: 0 additions & 18 deletions agent/hippo4j-agent-plugin/mode/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion agent/hippo4j-agent-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<modules>
<module>spring-plugins</module>
<module>threadpool-plugin</module>
<module>mode</module>
<module>adapter-plugins</module>
<module>apollo-plugin</module>
</modules>

<properties>
Expand Down

0 comments on commit 1b81e00

Please sign in to comment.