Skip to content

Commit 6c83c31

Browse files
committed
change name
1 parent 5f9c1d5 commit 6c83c31

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

ratis-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-assembly</artifactId>
26-
<name>Timecho Ratis based on Project Assembly</name>
26+
<name>Timecho Ratis based on ApacheProject Assembly</name>
2727

2828
<packaging>pom</packaging>
2929

ratis-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-client</artifactId>
26-
<name>Timecho Ratis based on Client</name>
26+
<name>Timecho Ratis based on ApacheClient</name>
2727

2828
<properties>
2929
<!-- no tests in this module so far -->

ratis-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-common</artifactId>
26-
<name>Timecho Ratis based on Common</name>
26+
<name>Timecho Ratis based on ApacheCommon</name>
2727

2828
<dependencies>
2929
<dependency>

ratis-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-docs</artifactId>
26-
<name>Timecho Ratis based on Documentation</name>
26+
<name>Timecho Ratis based on ApacheDocumentation</name>
2727
<packaging>jar</packaging>
2828

2929
<properties>

ratis-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-examples</artifactId>
26-
<name>Timecho Ratis based on Examples</name>
26+
<name>Timecho Ratis based on ApacheExamples</name>
2727

2828
<properties>
2929
<jcommander.version>1.82</jcommander.version>

ratis-experiments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-experiments</artifactId>
26-
<name>Timecho Ratis based on Experiments</name>
26+
<name>Timecho Ratis based on ApacheExperiments</name>
2727

2828
<properties>
2929
<!-- no tests in this module so far -->

ratis-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-grpc</artifactId>
26-
<name>Timecho Ratis based on gRPC Support</name>
26+
<name>Timecho Ratis based on ApachegRPC Support</name>
2727

2828
<dependencies>
2929
<dependency>

ratis-metrics-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-metrics-api</artifactId>
26-
<name>Timecho Ratis based on Metrics API</name>
26+
<name>Timecho Ratis based on ApacheMetrics API</name>
2727

2828
<properties>
2929
<!-- no tests in this module so far -->

ratis-metrics-default/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-metrics-default</artifactId>
26-
<name>Timecho Ratis based on Metrics Default Implementation</name>
26+
<name>Timecho Ratis based on ApacheMetrics Default Implementation</name>
2727

2828
<dependencies>
2929
<dependency>

ratis-metrics-dropwizard3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424

2525
<artifactId>ratis-metrics-dropwizard3</artifactId>
26-
<name>Timecho Ratis based on Metrics Dropwizard 3 Implementation</name>
26+
<name>Timecho Ratis based on ApacheMetrics Dropwizard 3 Implementation</name>
2727

2828
<properties>
2929
<dropwizard3.version>3.2.5</dropwizard3.version>

0 commit comments

Comments
 (0)