Skip to content

Commit

Permalink
Rename module from pipeline-scenario-consistencycheck to pipeline-sce…
Browse files Browse the repository at this point in the history
…nario-consistency-check (#34051)
  • Loading branch information
terrymanu authored Dec 14, 2024
1 parent 5f48cc4 commit 45e3c9c
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kernel/data-pipeline/distsql/handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-data-pipeline-scenario-consistencycheck</artifactId>
<artifactId>shardingsphere-data-pipeline-scenario-consistency-check</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>shardingsphere-data-pipeline-scenario</artifactId>
<version>5.5.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-data-pipeline-scenario-consistencycheck</artifactId>
<artifactId>shardingsphere-data-pipeline-scenario-consistency-check</artifactId>
<name>${project.artifactId}</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kernel/data-pipeline/scenario/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<modules>
<module>migration</module>
<module>consistencycheck</module>
<module>consistency-check</module>
<module>cdc</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion proxy/backend/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-data-pipeline-scenario-consistencycheck</artifactId>
<artifactId>shardingsphere-data-pipeline-scenario-consistency-check</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/it/pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-data-pipeline-scenario-consistencycheck</artifactId>
<artifactId>shardingsphere-data-pipeline-scenario-consistency-check</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 45e3c9c

Please sign in to comment.