Skip to content

Commit

Permalink
Merge pull request #80 from lwqisme/fix-mvn-build-error
Browse files Browse the repository at this point in the history
对hbase-plugin和tars-plugin包的parent进行修改,暂时避免mvn install的报错
  • Loading branch information
yananliuyanjiang authored Jun 20, 2024
2 parents cfae9ea + bc97ef2 commit 5a462f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
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>repeater-plugins</artifactId>
<groupId>com.vivo.jvm.sandbox</groupId>
<artifactId>moonbox-plugins</artifactId>
<groupId>com.vivo.internet</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
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>repeater-plugins</artifactId>
<groupId>com.vivo.jvm.sandbox</groupId>
<artifactId>moonbox-plugins</artifactId>
<groupId>com.vivo.internet</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 5a462f1

Please sign in to comment.