This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch pd-store in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 49a1acf3b2ab369941bdd047615471dde5f6ed42 Author: V_Galaxy <[email protected]> AuthorDate: Fri Aug 4 19:37:31 2023 +0800 fix: fix parent of submodules in hugegraph-server modify pom description as well --- hugegraph-server/hugegraph-api/pom.xml | 2 +- hugegraph-server/hugegraph-cassandra/pom.xml | 2 +- hugegraph-server/hugegraph-core/pom.xml | 2 +- hugegraph-server/hugegraph-dist/pom.xml | 2 +- hugegraph-server/hugegraph-example/pom.xml | 2 +- hugegraph-server/hugegraph-hbase/pom.xml | 2 +- hugegraph-server/hugegraph-mysql/pom.xml | 2 +- hugegraph-server/hugegraph-palo/pom.xml | 2 +- hugegraph-server/hugegraph-postgresql/pom.xml | 2 +- hugegraph-server/hugegraph-rocksdb/pom.xml | 2 +- hugegraph-server/hugegraph-scylladb/pom.xml | 2 +- hugegraph-server/hugegraph-test/pom.xml | 2 +- hugegraph-server/pom.xml | 2 +- pom.xml | 7 ++++--- 14 files changed, 17 insertions(+), 16 deletions(-) diff --git a/hugegraph-server/hugegraph-api/pom.xml b/hugegraph-server/hugegraph-api/pom.xml index 2d7370056..419f54183 100644 --- a/hugegraph-server/hugegraph-api/pom.xml +++ b/hugegraph-server/hugegraph-api/pom.xml @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.hugegraph</groupId> - <artifactId>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hugegraph-server/hugegraph-cassandra/pom.xml b/hugegraph-server/hugegraph-cassandra/pom.xml index 92ad5f6f5..5b2c4152b 100644 --- a/hugegraph-server/hugegraph-cassandra/pom.xml +++ b/hugegraph-server/hugegraph-cassandra/pom.xml @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.hugegraph</groupId> - <artifactId>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hugegraph-server/hugegraph-core/pom.xml b/hugegraph-server/hugegraph-core/pom.xml index 8a0cb6b21..de312c937 100644 --- a/hugegraph-server/hugegraph-core/pom.xml +++ b/hugegraph-server/hugegraph-core/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.hugegraph</groupId> - <artifactId>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hugegraph-server/hugegraph-dist/pom.xml b/hugegraph-server/hugegraph-dist/pom.xml index 8c2319954..d1801898b 100644 --- a/hugegraph-server/hugegraph-dist/pom.xml +++ b/hugegraph-server/hugegraph-dist/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-example/pom.xml b/hugegraph-server/hugegraph-example/pom.xml index 1a96b2aa1..3e75e2af6 100644 --- a/hugegraph-server/hugegraph-example/pom.xml +++ b/hugegraph-server/hugegraph-example/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-hbase/pom.xml b/hugegraph-server/hugegraph-hbase/pom.xml index 9c9edd3e5..d408459a2 100644 --- a/hugegraph-server/hugegraph-hbase/pom.xml +++ b/hugegraph-server/hugegraph-hbase/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-mysql/pom.xml b/hugegraph-server/hugegraph-mysql/pom.xml index 0b2e7824e..ddbf72170 100644 --- a/hugegraph-server/hugegraph-mysql/pom.xml +++ b/hugegraph-server/hugegraph-mysql/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-palo/pom.xml b/hugegraph-server/hugegraph-palo/pom.xml index cdeba9563..a1fecc482 100644 --- a/hugegraph-server/hugegraph-palo/pom.xml +++ b/hugegraph-server/hugegraph-palo/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-postgresql/pom.xml b/hugegraph-server/hugegraph-postgresql/pom.xml index 343c22613..aa6068b1a 100644 --- a/hugegraph-server/hugegraph-postgresql/pom.xml +++ b/hugegraph-server/hugegraph-postgresql/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-rocksdb/pom.xml b/hugegraph-server/hugegraph-rocksdb/pom.xml index 2c27392ba..444e9a48a 100644 --- a/hugegraph-server/hugegraph-rocksdb/pom.xml +++ b/hugegraph-server/hugegraph-rocksdb/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-scylladb/pom.xml b/hugegraph-server/hugegraph-scylladb/pom.xml index e7f1f6ce2..c9676808f 100644 --- a/hugegraph-server/hugegraph-scylladb/pom.xml +++ b/hugegraph-server/hugegraph-scylladb/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/hugegraph-test/pom.xml b/hugegraph-server/hugegraph-test/pom.xml index 75e8caf66..d4ba1defd 100644 --- a/hugegraph-server/hugegraph-test/pom.xml +++ b/hugegraph-server/hugegraph-test/pom.xml @@ -19,7 +19,7 @@ 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>hugegraph</artifactId> + <artifactId>hugegraph-server</artifactId> <groupId>org.apache.hugegraph</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> diff --git a/hugegraph-server/pom.xml b/hugegraph-server/pom.xml index aabc35048..44a0e58ed 100644 --- a/hugegraph-server/pom.xml +++ b/hugegraph-server/pom.xml @@ -25,7 +25,7 @@ <name>${project.artifactId}</name> <url>https://github.com/apache/hugegraph/tree/master/hugegraph-server</url> <description> - hugegraph is a fast-speed, highly-scalable, transactional graph database developed by baidu + HugeGraph server is the graph engine layer of HugeGraph, including REST-API, OLTP engine and backends interface. </description> <parent> diff --git a/pom.xml b/pom.xml index 72eef6a34..317023190 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <name>${project.artifactId}</name> <url>https://github.com/apache/hugegraph</url> <description> - hugegraph is a fast-speed, highly-scalable, transactional graph database developed by baidu + HugeGraph is a fast-speed and highly-scalable graph database. </description> <parent> @@ -94,7 +94,8 @@ <modules> <module>hugegraph-server</module> - <module>hugegraph-pd</module> - <module>hugegraph-store</module> + <!-- TODO: uncomment when merge into pd and store--> +<!-- <module>hugegraph-pd</module>--> +<!-- <module>hugegraph-store</module>--> </modules> </project>
