Skip to content

Commit 0848d37

Browse files
authored
Release timecho 3.2.0 (#3)
1 parent 3247c7f commit 0848d37

24 files changed

Lines changed: 476 additions & 265 deletions

File tree

pom.xml

Lines changed: 103 additions & 48 deletions
Large diffs are not rendered by default.

ratis-assembly/pom.xml

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
See the License for the specific language governing permissions and
1313
limitations under the License. See accompanying LICENSE file.
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
15+
<project xmlns="http://maven.apache.org/POM/4.0.0"
16+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1618
<modelVersion>4.0.0</modelVersion>
1719
<parent>
1820
<artifactId>ratis</artifactId>
19-
<groupId>org.apache.ratis</groupId>
20-
<version>3.2.0-SNAPSHOT</version>
21+
<groupId>com.timecho.ratis</groupId>
22+
<version>3.2.0</version>
2123
</parent>
2224

2325
<artifactId>ratis-assembly</artifactId>
24-
<name>Apache Ratis Project Assembly</name>
26+
<name>Timecho Ratis based on Apache Project Assembly</name>
2527

2628
<packaging>pom</packaging>
2729

@@ -39,7 +41,7 @@
3941

4042
<build>
4143
<plugins>
42-
<!-- licensing info from our dependencies -->
44+
<!-- licensing info from our dependencies -->
4345
<plugin>
4446
<groupId>org.apache.maven.plugins</groupId>
4547
<artifactId>maven-remote-resources-plugin</artifactId>
@@ -187,116 +189,116 @@
187189
<artifactId>ratis-thirdparty-misc</artifactId>
188190
</dependency>
189191
<dependency>
190-
<groupId>org.apache.ratis</groupId>
192+
<groupId>com.timecho.ratis</groupId>
191193
<artifactId>ratis-resource-bundle</artifactId>
192194
<version>${project.version}</version>
193195
<optional>true</optional>
194-
</dependency>
196+
</dependency>
195197
<dependency>
196198
<artifactId>ratis-docs</artifactId>
197-
<groupId>org.apache.ratis</groupId>
199+
<groupId>com.timecho.ratis</groupId>
198200
</dependency>
199201
<dependency>
200202
<artifactId>ratis-proto</artifactId>
201-
<groupId>org.apache.ratis</groupId>
203+
<groupId>com.timecho.ratis</groupId>
202204
</dependency>
203205
<dependency>
204206
<artifactId>ratis-common</artifactId>
205-
<groupId>org.apache.ratis</groupId>
207+
<groupId>com.timecho.ratis</groupId>
206208
</dependency>
207209
<dependency>
208210
<artifactId>ratis-common</artifactId>
209-
<groupId>org.apache.ratis</groupId>
211+
<groupId>com.timecho.ratis</groupId>
210212
<type>test-jar</type>
211213
</dependency>
212214

213215
<dependency>
214216
<artifactId>ratis-client</artifactId>
215-
<groupId>org.apache.ratis</groupId>
217+
<groupId>com.timecho.ratis</groupId>
216218
</dependency>
217219
<dependency>
218220
<artifactId>ratis-client</artifactId>
219-
<groupId>org.apache.ratis</groupId>
221+
<groupId>com.timecho.ratis</groupId>
220222
<type>test-jar</type>
221223
</dependency>
222224
<dependency>
223225
<artifactId>ratis-server-api</artifactId>
224-
<groupId>org.apache.ratis</groupId>
226+
<groupId>com.timecho.ratis</groupId>
225227
</dependency>
226228
<dependency>
227229
<artifactId>ratis-server</artifactId>
228-
<groupId>org.apache.ratis</groupId>
230+
<groupId>com.timecho.ratis</groupId>
229231
</dependency>
230232
<dependency>
231233
<artifactId>ratis-server</artifactId>
232-
<groupId>org.apache.ratis</groupId>
234+
<groupId>com.timecho.ratis</groupId>
233235
<type>test-jar</type>
234236
</dependency>
235237

236238
<dependency>
237239
<artifactId>ratis-grpc</artifactId>
238-
<groupId>org.apache.ratis</groupId>
240+
<groupId>com.timecho.ratis</groupId>
239241
</dependency>
240242
<dependency>
241243
<artifactId>ratis-grpc</artifactId>
242-
<groupId>org.apache.ratis</groupId>
244+
<groupId>com.timecho.ratis</groupId>
243245
<type>test-jar</type>
244246
</dependency>
245247

246248
<dependency>
247249
<artifactId>ratis-netty</artifactId>
248-
<groupId>org.apache.ratis</groupId>
250+
<groupId>com.timecho.ratis</groupId>
249251
</dependency>
250252
<dependency>
251253
<artifactId>ratis-netty</artifactId>
252-
<groupId>org.apache.ratis</groupId>
254+
<groupId>com.timecho.ratis</groupId>
253255
<type>test-jar</type>
254256
</dependency>
255257

256258
<dependency>
257259
<artifactId>ratis-test</artifactId>
258-
<groupId>org.apache.ratis</groupId>
260+
<groupId>com.timecho.ratis</groupId>
259261
</dependency>
260262
<dependency>
261263
<artifactId>ratis-test</artifactId>
262-
<groupId>org.apache.ratis</groupId>
264+
<groupId>com.timecho.ratis</groupId>
263265
<type>test-jar</type>
264266
</dependency>
265267

266268
<dependency>
267269
<artifactId>ratis-examples</artifactId>
268-
<groupId>org.apache.ratis</groupId>
270+
<groupId>com.timecho.ratis</groupId>
269271
</dependency>
270272
<dependency>
271273
<artifactId>ratis-examples</artifactId>
272-
<groupId>org.apache.ratis</groupId>
274+
<groupId>com.timecho.ratis</groupId>
273275
<type>test-jar</type>
274276
</dependency>
275277

276278
<dependency>
277279
<artifactId>ratis-replicated-map</artifactId>
278-
<groupId>org.apache.ratis</groupId>
280+
<groupId>com.timecho.ratis</groupId>
279281
</dependency>
280282
<dependency>
281283
<artifactId>ratis-replicated-map</artifactId>
282-
<groupId>org.apache.ratis</groupId>
284+
<groupId>com.timecho.ratis</groupId>
283285
<type>test-jar</type>
284286
</dependency>
285287

286288
<dependency>
287-
<groupId>org.apache.ratis</groupId>
289+
<groupId>com.timecho.ratis</groupId>
288290
<artifactId>ratis-metrics-api</artifactId>
289291
</dependency>
290292
<dependency>
291-
<groupId>org.apache.ratis</groupId>
293+
<groupId>com.timecho.ratis</groupId>
292294
<artifactId>ratis-metrics-default</artifactId>
293295
</dependency>
294296
<dependency>
295-
<groupId>org.apache.ratis</groupId>
297+
<groupId>com.timecho.ratis</groupId>
296298
<artifactId>ratis-tools</artifactId>
297299
</dependency>
298300
<dependency>
299-
<groupId>org.apache.ratis</groupId>
301+
<groupId>com.timecho.ratis</groupId>
300302
<artifactId>ratis-shell</artifactId>
301303
</dependency>
302304
</dependencies>
@@ -343,7 +345,8 @@
343345
<arguments>
344346
<argument>bash</argument>
345347
<argument>-c</argument>
346-
<argument>cat maven-shared-archive-resources/META-INF/NOTICE `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`</argument>
348+
<argument>cat maven-shared-archive-resources/META-INF/NOTICE `find
349+
${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`</argument>
347350
</arguments>
348351
<outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>
349352
<workingDirectory>${project.build.directory}</workingDirectory>
@@ -355,4 +358,4 @@
355358
</build>
356359
</profile>
357360
</profiles>
358-
</project>
361+
</project>

ratis-client/pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
See the License for the specific language governing permissions and
1313
limitations under the License. See accompanying LICENSE file.
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
15+
<project xmlns="http://maven.apache.org/POM/4.0.0"
16+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1618
<modelVersion>4.0.0</modelVersion>
1719
<parent>
1820
<artifactId>ratis</artifactId>
19-
<groupId>org.apache.ratis</groupId>
20-
<version>3.2.0-SNAPSHOT</version>
21+
<groupId>com.timecho.ratis</groupId>
22+
<version>3.2.0</version>
2123
</parent>
2224

2325
<artifactId>ratis-client</artifactId>
24-
<name>Apache Ratis Client</name>
26+
<name>Timecho Ratis based on Apache Client</name>
2527

2628
<properties>
2729
<!-- no tests in this module so far -->
@@ -35,17 +37,17 @@
3537
</dependency>
3638
<dependency>
3739
<artifactId>ratis-proto</artifactId>
38-
<groupId>org.apache.ratis</groupId>
40+
<groupId>com.timecho.ratis</groupId>
3941
</dependency>
4042

4143
<dependency>
4244
<artifactId>ratis-common</artifactId>
43-
<groupId>org.apache.ratis</groupId>
45+
<groupId>com.timecho.ratis</groupId>
4446
</dependency>
45-
47+
4648
<dependency>
4749
<groupId>org.slf4j</groupId>
4850
<artifactId>slf4j-api</artifactId>
4951
</dependency>
5052
</dependencies>
51-
</project>
53+
</project>

ratis-common/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,26 @@
1212
See the License for the specific language governing permissions and
1313
limitations under the License. See accompanying LICENSE file.
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
15+
<project xmlns="http://maven.apache.org/POM/4.0.0"
16+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1618
<modelVersion>4.0.0</modelVersion>
1719
<parent>
1820
<artifactId>ratis</artifactId>
19-
<groupId>org.apache.ratis</groupId>
20-
<version>3.2.0-SNAPSHOT</version>
21+
<groupId>com.timecho.ratis</groupId>
22+
<version>3.2.0</version>
2123
</parent>
2224

2325
<artifactId>ratis-common</artifactId>
24-
<name>Apache Ratis Common</name>
26+
<name>Timecho Ratis based on Apache Common</name>
2527

2628
<dependencies>
2729
<dependency>
2830
<groupId>org.apache.ratis</groupId>
2931
<artifactId>ratis-thirdparty-misc</artifactId>
3032
</dependency>
3133
<dependency>
32-
<groupId>org.apache.ratis</groupId>
34+
<groupId>com.timecho.ratis</groupId>
3335
<artifactId>ratis-proto</artifactId>
3436
</dependency>
3537

@@ -70,4 +72,4 @@
7072
<scope>test</scope>
7173
</dependency>
7274
</dependencies>
73-
</project>
75+
</project>

ratis-docs/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@
1313
limitations under the License. See accompanying LICENSE file.
1414
-->
1515
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
18-
https://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1918
<modelVersion>4.0.0</modelVersion>
2019
<parent>
2120
<artifactId>ratis</artifactId>
22-
<groupId>org.apache.ratis</groupId>
23-
<version>3.2.0-SNAPSHOT</version>
21+
<groupId>com.timecho.ratis</groupId>
22+
<version>3.2.0</version>
2423
</parent>
2524

2625
<artifactId>ratis-docs</artifactId>
27-
<name>Apache Ratis Documentation</name>
26+
<name>Timecho Ratis based on Apache Documentation</name>
2827
<packaging>jar</packaging>
2928

3029
<properties>
3130
<!-- no testable code in this module -->
3231
<skipTests>true</skipTests>
3332
</properties>
3433

35-
</project>
34+
</project>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
package javadoc;
19+
20+
/**
21+
* Dummy class for Javadoc generation.
22+
*/
23+
public class dummy{
24+
/**
25+
* Dummy method for Javadoc generation.
26+
*/
27+
public void dummyMethod() {
28+
// This is a dummy method for Javadoc generation.
29+
}
30+
}

0 commit comments

Comments
 (0)