From eea7608a1cb7a69de9cbd337c16093a5474ef55a Mon Sep 17 00:00:00 2001 From: CritasWang Date: Fri, 4 Jul 2025 10:31:51 +0800 Subject: [PATCH] Revert "Release timecho 3.2.0" --- pom.xml | 151 ++++++------------ ratis-assembly/pom.xml | 67 ++++---- ratis-client/pom.xml | 18 +-- ratis-common/pom.xml | 14 +- ratis-docs/pom.xml | 13 +- ratis-docs/src/main/javadoc/dummy.java | 30 ---- ratis-examples/pom.xml | 41 +++-- ratis-experiments/pom.xml | 14 +- ratis-grpc/pom.xml | 28 ++-- ratis-metrics-api/pom.xml | 15 +- ratis-metrics-default/pom.xml | 21 ++- ratis-metrics-dropwizard3/pom.xml | 21 ++- ratis-netty/pom.xml | 26 ++- ratis-proto/pom.xml | 27 ++-- ratis-replicated-map/pom.xml | 34 ++-- .../src/main/javadoc/dummy.java | 30 ---- ratis-resource-bundle/pom.xml | 17 +- .../src/main/javadoc/dummy.java | 30 ---- ratis-server-api/pom.xml | 18 +-- ratis-server/pom.xml | 28 ++-- ratis-shell/pom.xml | 16 +- ratis-test/pom.xml | 34 ++-- ratis-test/src/main/javadoc/dummy.java | 30 ---- ratis-tools/pom.xml | 18 +-- 24 files changed, 265 insertions(+), 476 deletions(-) delete mode 100644 ratis-docs/src/main/javadoc/dummy.java delete mode 100644 ratis-replicated-map/src/main/javadoc/dummy.java delete mode 100644 ratis-resource-bundle/src/main/javadoc/dummy.java delete mode 100644 ratis-test/src/main/javadoc/dummy.java diff --git a/pom.xml b/pom.xml index ccc370477b..496bf305c8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 @@ -25,9 +23,9 @@ ratis - com.timecho.ratis - 3.2.0 - Timecho Ratis based on Apache Ratis + org.apache.ratis + 3.2.0-SNAPSHOT + Apache Ratis pom Apache Ratis is an open source java implementation for RAFT consensus protocol @@ -93,7 +91,7 @@ ratis-metrics-dropwizard3 ratis-tools ratis-shell - + ratis-assembly @@ -108,8 +106,7 @@ http://issues.apache.org/jira/browse/RATIS - @@ -156,20 +153,15 @@ - - Timecho Release - contact@timecho.com - timecho - http://www.timecho.com - + - 2025-05-16T10:23:26Z + 2023-11-19T14:23:30Z UTF-8 UTF-8 - + ${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE @@ -239,18 +231,18 @@ ratis-docs - com.timecho.ratis + org.apache.ratis ${project.version} ratis-client - com.timecho.ratis + org.apache.ratis ${project.version} ratis-client - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -258,12 +250,12 @@ ratis-common - com.timecho.ratis + org.apache.ratis ${project.version} ratis-common - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -271,68 +263,68 @@ ratis-examples - com.timecho.ratis + org.apache.ratis ${project.version} ratis-examples - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test ratis-experiments - com.timecho.ratis + org.apache.ratis ${project.version} ratis-metrics-api - com.timecho.ratis + org.apache.ratis ${project.version} ratis-metrics-default - com.timecho.ratis + org.apache.ratis ${project.version} ratis-metrics-dropwizard3 - com.timecho.ratis + org.apache.ratis ${project.version} ratis-metrics-default - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test ratis-tools - com.timecho.ratis + org.apache.ratis ${project.version} ratis-tools - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test ratis-shell - com.timecho.ratis + org.apache.ratis ${project.version} ratis-grpc - com.timecho.ratis + org.apache.ratis ${project.version} ratis-grpc - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -340,12 +332,12 @@ ratis-netty - com.timecho.ratis + org.apache.ratis ${project.version} ratis-netty - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -353,18 +345,18 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ${project.version} ratis-replicated-map - com.timecho.ratis + org.apache.ratis ${project.version} ratis-replicated-map - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -372,18 +364,18 @@ ratis-server-api - com.timecho.ratis + org.apache.ratis ${project.version} ratis-server - com.timecho.ratis + org.apache.ratis ${project.version} ratis-server - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -391,12 +383,12 @@ ratis-test - com.timecho.ratis + org.apache.ratis ${project.version} ratis-test - com.timecho.ratis + org.apache.ratis ${project.version} test-jar test @@ -564,9 +556,7 @@ false - Classes (e.g. FileInputStream, FileOutputStream) overriding the - Object.finalize() method will cause gc to run a much longer time. As stated in - Effective Java, there is a severe performance penalty for using finalizers. + Classes (e.g. FileInputStream, FileOutputStream) overriding the Object.finalize() method will cause gc to run a much longer time. As stated in Effective Java, there is a severe performance penalty for using finalizers. java.io.FileInputStream java.io.FileOutputStream @@ -582,8 +572,7 @@ org.apache.maven.plugins maven-assembly-plugin - + true @@ -625,8 +614,7 @@ prepare-package - test-jar @@ -674,14 +662,12 @@ org.apache.maven.plugins maven-release-plugin - apache-release - -Dmaven.test.skip.exec ${arguments} @@ -703,7 +689,6 @@ .github/*.md target/* - **/* @@ -757,16 +742,6 @@ - - org.sonatype.central - central-publishing-maven-plugin - 0.7.0 - true - - central - true - - com.github.spotbugs spotbugs-maven-plugin @@ -795,8 +770,7 @@ [${maven.min.version},) Maven is out of date. - Ratis requires at least version ${maven.min.version} of Maven to properly build - from source. + Ratis requires at least version ${maven.min.version} of Maven to properly build from source. You appear to be using an older version. You can use either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. @@ -805,8 +779,7 @@ [${java.min.version},) Java is out of date. - Ratis requires at least version ${java.min.version} of the JDK to properly build - from source. + Ratis requires at least version ${java.min.version} of the JDK to properly build from source. You appear to be using an older version. You can use either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. @@ -1010,20 +983,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - org.apache.maven.plugins maven-source-plugin @@ -1079,14 +1038,10 @@ ${java.min.version} Ratis has unsupported dependencies. - Ratis requires that all dependencies be compiled with version - ${java.min.version} or earlier - of the JDK to properly build from source. You appear to be using a newer - dependency. You can use - either "mvn -version" or "mvn enforcer:display-info" to verify what version - is active. - Non-release builds can temporarily build with a newer JDK version by setting - the + Ratis requires that all dependencies be compiled with version ${java.min.version} or earlier + of the JDK to properly build from source. You appear to be using a newer dependency. You can use + either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. + Non-release builds can temporarily build with a newer JDK version by setting the 'javac.source' property (eg. mvn -Djavac.source=1.8 clean package). @@ -1227,15 +1182,5 @@ - - ossrh - - true - - - gpg2 - the_pass_phrase - - - \ No newline at end of file + diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index 0804b2b344..2b735fcb1e 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-assembly - Timecho Ratis based on Apache Project Assembly + Apache Ratis Project Assembly pom @@ -41,7 +39,7 @@ - + org.apache.maven.plugins maven-remote-resources-plugin @@ -189,116 +187,116 @@ ratis-thirdparty-misc - com.timecho.ratis + org.apache.ratis ratis-resource-bundle ${project.version} true - + ratis-docs - com.timecho.ratis + org.apache.ratis ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test-jar ratis-client - com.timecho.ratis + org.apache.ratis ratis-client - com.timecho.ratis + org.apache.ratis test-jar ratis-server-api - com.timecho.ratis + org.apache.ratis ratis-server - com.timecho.ratis + org.apache.ratis ratis-server - com.timecho.ratis + org.apache.ratis test-jar ratis-grpc - com.timecho.ratis + org.apache.ratis ratis-grpc - com.timecho.ratis + org.apache.ratis test-jar ratis-netty - com.timecho.ratis + org.apache.ratis ratis-netty - com.timecho.ratis + org.apache.ratis test-jar ratis-test - com.timecho.ratis + org.apache.ratis ratis-test - com.timecho.ratis + org.apache.ratis test-jar ratis-examples - com.timecho.ratis + org.apache.ratis ratis-examples - com.timecho.ratis + org.apache.ratis test-jar ratis-replicated-map - com.timecho.ratis + org.apache.ratis ratis-replicated-map - com.timecho.ratis + org.apache.ratis test-jar - com.timecho.ratis + org.apache.ratis ratis-metrics-api - com.timecho.ratis + org.apache.ratis ratis-metrics-default - com.timecho.ratis + org.apache.ratis ratis-tools - com.timecho.ratis + org.apache.ratis ratis-shell @@ -345,8 +343,7 @@ bash -c - cat maven-shared-archive-resources/META-INF/NOTICE `find - ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt` + cat maven-shared-archive-resources/META-INF/NOTICE `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt` ${project.build.directory}/NOTICE.aggregate ${project.build.directory} @@ -358,4 +355,4 @@ - \ No newline at end of file + diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index 9230350b67..1456e682ae 100644 --- a/ratis-client/pom.xml +++ b/ratis-client/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-client - Timecho Ratis based on Apache Client + Apache Ratis Client @@ -37,17 +35,17 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis - + org.slf4j slf4j-api - \ No newline at end of file + diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index 99b7ea8468..b5676f2c9c 100644 --- a/ratis-common/pom.xml +++ b/ratis-common/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-common - Timecho Ratis based on Apache Common + Apache Ratis Common @@ -31,7 +29,7 @@ ratis-thirdparty-misc - com.timecho.ratis + org.apache.ratis ratis-proto @@ -72,4 +70,4 @@ test - \ No newline at end of file + diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml index 631040b49d..1bb1c64589 100644 --- a/ratis-docs/pom.xml +++ b/ratis-docs/pom.xml @@ -13,17 +13,18 @@ limitations under the License. See accompanying LICENSE file. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 +https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-docs - Timecho Ratis based on Apache Documentation + Apache Ratis Documentation jar @@ -31,4 +32,4 @@ true - \ No newline at end of file + diff --git a/ratis-docs/src/main/javadoc/dummy.java b/ratis-docs/src/main/javadoc/dummy.java deleted file mode 100644 index 1899114bbd..0000000000 --- a/ratis-docs/src/main/javadoc/dummy.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package javadoc; - -/** - * Dummy class for Javadoc generation. - */ -public class dummy{ - /** - * Dummy method for Javadoc generation. - */ - public void dummyMethod() { - // This is a dummy method for Javadoc generation. - } -} \ No newline at end of file diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index 6dc55785db..ce594d332a 100644 --- a/ratis-examples/pom.xml +++ b/ratis-examples/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-examples - Timecho Ratis based on Apache Examples + Apache Ratis Examples 1.82 @@ -35,70 +33,70 @@ ratis-thirdparty-misc - com.timecho.ratis + org.apache.ratis ratis-proto - com.timecho.ratis + org.apache.ratis ratis-tools ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar ratis-client - com.timecho.ratis + org.apache.ratis ratis-server - com.timecho.ratis + org.apache.ratis ratis-server - com.timecho.ratis + org.apache.ratis test test-jar ratis-metrics-default - com.timecho.ratis + org.apache.ratis ratis-grpc - com.timecho.ratis + org.apache.ratis ratis-grpc - com.timecho.ratis + org.apache.ratis test test-jar ratis-netty - com.timecho.ratis + org.apache.ratis ratis-netty - com.timecho.ratis + org.apache.ratis test test-jar ratis-test - com.timecho.ratis + org.apache.ratis test test-jar @@ -155,8 +153,7 @@ false false - + org.apache.ratis.examples.common.Runner @@ -189,4 +186,4 @@ - \ No newline at end of file + diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml index 53a80484fb..39ad9668ff 100644 --- a/ratis-experiments/pom.xml +++ b/ratis-experiments/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-experiments - Timecho Ratis based on Apache Experiments + Apache Ratis Experiments @@ -36,7 +34,7 @@ ratis-thirdparty-misc - com.timecho.ratis + org.apache.ratis ratis-proto @@ -149,4 +147,4 @@ - \ No newline at end of file + diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index 0d5c12b421..c555b8e4c2 100644 --- a/ratis-grpc/pom.xml +++ b/ratis-grpc/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-grpc - Timecho Ratis based on Apache gRPC Support + Apache Ratis gRPC Support @@ -32,41 +30,41 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar ratis-client - com.timecho.ratis + org.apache.ratis ratis-client - com.timecho.ratis + org.apache.ratis test test-jar - com.timecho.ratis + org.apache.ratis ratis-server-api ratis-server - com.timecho.ratis + org.apache.ratis provided ratis-server - com.timecho.ratis + org.apache.ratis test test-jar @@ -87,4 +85,4 @@ test - \ No newline at end of file + diff --git a/ratis-metrics-api/pom.xml b/ratis-metrics-api/pom.xml index 4dfb484ecd..cc11e91d53 100644 --- a/ratis-metrics-api/pom.xml +++ b/ratis-metrics-api/pom.xml @@ -12,18 +12,17 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-metrics-api - Timecho Ratis based on Apache Metrics API + Apache Ratis Metrics API @@ -33,7 +32,7 @@ ratis-common - com.timecho.ratis + org.apache.ratis @@ -41,4 +40,4 @@ slf4j-api - \ No newline at end of file + diff --git a/ratis-metrics-default/pom.xml b/ratis-metrics-default/pom.xml index fd94cfda0a..cad2150c7d 100644 --- a/ratis-metrics-default/pom.xml +++ b/ratis-metrics-default/pom.xml @@ -12,35 +12,34 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-metrics-default - Timecho Ratis based on Apache Metrics Default Implementation + Apache Ratis Metrics Default Implementation ratis-metrics-api - com.timecho.ratis + org.apache.ratis ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar @@ -67,4 +66,4 @@ test - \ No newline at end of file + diff --git a/ratis-metrics-dropwizard3/pom.xml b/ratis-metrics-dropwizard3/pom.xml index ed078a7a33..cb9f504276 100644 --- a/ratis-metrics-dropwizard3/pom.xml +++ b/ratis-metrics-dropwizard3/pom.xml @@ -12,18 +12,17 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-metrics-dropwizard3 - Timecho Ratis based on Apache Metrics Dropwizard 3 Implementation + Apache Ratis Metrics Dropwizard 3 Implementation 3.2.5 @@ -32,19 +31,19 @@ ratis-metrics-api - com.timecho.ratis + org.apache.ratis ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar @@ -95,4 +94,4 @@ - \ No newline at end of file + diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index b2d1779a6d..482fcb4687 100644 --- a/ratis-netty/pom.xml +++ b/ratis-netty/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-netty - Timecho Ratis based on Apache Netty Support + Apache Ratis Netty Support @@ -37,40 +35,40 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar ratis-client - com.timecho.ratis + org.apache.ratis provided ratis-client - com.timecho.ratis + org.apache.ratis test test-jar ratis-server - com.timecho.ratis + org.apache.ratis provided ratis-server - com.timecho.ratis + org.apache.ratis test test-jar @@ -81,4 +79,4 @@ - \ No newline at end of file + diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml index 42d6dd6e38..e3342f84ba 100644 --- a/ratis-proto/pom.xml +++ b/ratis-proto/pom.xml @@ -12,20 +12,19 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-proto - Timecho Ratis based on Apache Protocols + Apache Ratis Protocols + true true true @@ -56,7 +55,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - + @@ -64,8 +63,7 @@ maven-source-plugin - + maven-assembly-plugin true @@ -80,8 +78,7 @@ ${project.build.directory}/generated-sources - + false @@ -123,7 +120,7 @@ ${project.build.directory}/generated-sources - **/*.java + **/*.java @@ -140,9 +137,7 @@ - + org.eclipse.m2e lifecycle-mapping @@ -185,4 +180,4 @@ annotations-api - \ No newline at end of file + diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml index 116bcfd001..e6144fd103 100644 --- a/ratis-replicated-map/pom.xml +++ b/ratis-replicated-map/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-replicated-map - Timecho Ratis based on Apache Replicated Map + Apache Ratis Replicated Map @@ -37,57 +35,57 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar ratis-client - com.timecho.ratis + org.apache.ratis ratis-client - com.timecho.ratis + org.apache.ratis test test-jar ratis-server - com.timecho.ratis + org.apache.ratis ratis-server - com.timecho.ratis + org.apache.ratis test test-jar ratis-grpc - com.timecho.ratis + org.apache.ratis provided ratis-grpc - com.timecho.ratis + org.apache.ratis test test-jar ratis-netty - com.timecho.ratis + org.apache.ratis provided ratis-netty - com.timecho.ratis + org.apache.ratis test test-jar @@ -97,4 +95,4 @@ slf4j-api - \ No newline at end of file + diff --git a/ratis-replicated-map/src/main/javadoc/dummy.java b/ratis-replicated-map/src/main/javadoc/dummy.java deleted file mode 100644 index 1899114bbd..0000000000 --- a/ratis-replicated-map/src/main/javadoc/dummy.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package javadoc; - -/** - * Dummy class for Javadoc generation. - */ -public class dummy{ - /** - * Dummy method for Javadoc generation. - */ - public void dummyMethod() { - // This is a dummy method for Javadoc generation. - } -} \ No newline at end of file diff --git a/ratis-resource-bundle/pom.xml b/ratis-resource-bundle/pom.xml index c1abddef25..b0fd2b2208 100644 --- a/ratis-resource-bundle/pom.xml +++ b/ratis-resource-bundle/pom.xml @@ -1,7 +1,5 @@ - + - + - + maven-assembly-plugin true @@ -69,4 +66,4 @@ - \ No newline at end of file + diff --git a/ratis-resource-bundle/src/main/javadoc/dummy.java b/ratis-resource-bundle/src/main/javadoc/dummy.java deleted file mode 100644 index 1899114bbd..0000000000 --- a/ratis-resource-bundle/src/main/javadoc/dummy.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package javadoc; - -/** - * Dummy class for Javadoc generation. - */ -public class dummy{ - /** - * Dummy method for Javadoc generation. - */ - public void dummyMethod() { - // This is a dummy method for Javadoc generation. - } -} \ No newline at end of file diff --git a/ratis-server-api/pom.xml b/ratis-server-api/pom.xml index 57247f6a6e..e486d03225 100644 --- a/ratis-server-api/pom.xml +++ b/ratis-server-api/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-server-api - Timecho Ratis based on Apache Server API + Apache Ratis Server API @@ -37,17 +35,17 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-client - com.timecho.ratis + org.apache.ratis @@ -55,4 +53,4 @@ slf4j-api - \ No newline at end of file + diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index 0bb1f4ac50..8ce84148df 100644 --- a/ratis-server/pom.xml +++ b/ratis-server/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-server - Timecho Ratis based on Apache Server + Apache Ratis Server @@ -32,34 +30,34 @@ ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis ratis-common - com.timecho.ratis + org.apache.ratis test test-jar ratis-client - com.timecho.ratis + org.apache.ratis ratis-client - com.timecho.ratis + org.apache.ratis test test-jar ratis-server-api - com.timecho.ratis + org.apache.ratis @@ -103,13 +101,13 @@ test - com.timecho.ratis + org.apache.ratis ratis-metrics-api - com.timecho.ratis + org.apache.ratis ratis-metrics-default test - \ No newline at end of file + diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml index 733718f2d0..41c2a0ec33 100644 --- a/ratis-shell/pom.xml +++ b/ratis-shell/pom.xml @@ -11,17 +11,17 @@ limitations under the License. See accompanying LICENSE file. --> + 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"> 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-shell - Timecho Ratis based on Apache Shell + Apache Ratis Shell @@ -31,12 +31,12 @@ ratis-client - com.timecho.ratis + org.apache.ratis provided ratis-common - com.timecho.ratis + org.apache.ratis provided @@ -76,4 +76,4 @@ - \ No newline at end of file + diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml index bbdc480207..8a3d0f1cc5 100644 --- a/ratis-test/pom.xml +++ b/ratis-test/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-test - Timecho Ratis based on Apache Test + Apache Ratis Test 1.78.1 @@ -32,66 +30,66 @@ ratis-common - com.timecho.ratis + org.apache.ratis test ratis-common - com.timecho.ratis + org.apache.ratis test test-jar ratis-client - com.timecho.ratis + org.apache.ratis test ratis-server - com.timecho.ratis + org.apache.ratis test ratis-server - com.timecho.ratis + org.apache.ratis test test-jar ratis-metrics-default - com.timecho.ratis + org.apache.ratis test ratis-netty - com.timecho.ratis + org.apache.ratis test ratis-netty - com.timecho.ratis + org.apache.ratis test test-jar ratis-grpc - com.timecho.ratis + org.apache.ratis test ratis-grpc - com.timecho.ratis + org.apache.ratis test test-jar - com.timecho.ratis + org.apache.ratis ratis-shell test @@ -159,4 +157,4 @@ test - \ No newline at end of file + diff --git a/ratis-test/src/main/javadoc/dummy.java b/ratis-test/src/main/javadoc/dummy.java deleted file mode 100644 index 1899114bbd..0000000000 --- a/ratis-test/src/main/javadoc/dummy.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package javadoc; - -/** - * Dummy class for Javadoc generation. - */ -public class dummy{ - /** - * Dummy method for Javadoc generation. - */ - public void dummyMethod() { - // This is a dummy method for Javadoc generation. - } -} \ No newline at end of file diff --git a/ratis-tools/pom.xml b/ratis-tools/pom.xml index 2faf96369d..f3dbb31882 100644 --- a/ratis-tools/pom.xml +++ b/ratis-tools/pom.xml @@ -12,18 +12,16 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 ratis - com.timecho.ratis - 3.2.0 + org.apache.ratis + 3.2.0-SNAPSHOT ratis-tools - Timecho Ratis based on Apache Tools + Apache Ratis Tools @@ -32,16 +30,16 @@ - com.timecho.ratis + org.apache.ratis ratis-server - com.timecho.ratis + org.apache.ratis ratis-proto - com.timecho.ratis + org.apache.ratis ratis-common - \ No newline at end of file +