Skip to content

Commit

Permalink
[monitor] change main pom artifactId (#300)
Browse files Browse the repository at this point in the history
* [alerter] bugfix aviator expression match npe (#297)

* [hertzbeat]bugfix:update pom.xml for that monitor to hertzbeat

Co-authored-by: Privauto <2289751443@qq.com>
  • Loading branch information
2 people authored and tomsun28 committed Sep 25, 2022
1 parent 2503397 commit 3ff4226
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alerter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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">
<parent>
<artifactId>monitor</artifactId>
<artifactId>hertzbeat</artifactId>
<groupId>com.usthe.tancloud</groupId>
<version>1.0</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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">
<parent>
<artifactId>monitor</artifactId>
<artifactId>hertzbeat</artifactId>
<groupId>com.usthe.tancloud</groupId>
<version>1.0</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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">
<parent>
<artifactId>monitor</artifactId>
<artifactId>hertzbeat</artifactId>
<groupId>com.usthe.tancloud</groupId>
<version>1.0</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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">
<parent>
<artifactId>monitor</artifactId>
<artifactId>hertzbeat</artifactId>
<groupId>com.usthe.tancloud</groupId>
<version>1.0</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.usthe.tancloud</groupId>
<artifactId>monitor</artifactId>
<artifactId>hertzbeat</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion warehouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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">
<parent>
<artifactId>monitor</artifactId>
<artifactId>hertzbeat</artifactId>
<groupId>com.usthe.tancloud</groupId>
<version>1.0</version>
</parent>
Expand Down

0 comments on commit 3ff4226

Please sign in to comment.