forked from hugegraph/hugegraph-sync
let sub-modules use revision (#2039)
This commit is contained in:
parent
ccade5ac47
commit
df05b2b1b0
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-api</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-cassandra</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cassandra</groupId>
|
||||
|
|
|
|||
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-example</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-dist-version>1.0.0</hugegraph-dist-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-dist</artifactId>
|
||||
<version>${hugegraph-dist-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
|
|||
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-hbase</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baidu.hugegraph</groupId>
|
||||
|
|
|
|||
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-mysql</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
|
|
|||
|
|
@ -28,21 +28,16 @@
|
|||
|
||||
<artifactId>hugegraph-palo</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
<hugegraph-mysql-version>1.0.0</hugegraph-mysql-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-mysql</artifactId>
|
||||
<version>${hugegraph-mysql-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -28,21 +28,16 @@
|
|||
|
||||
<artifactId>hugegraph-postgresql</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
<hugegraph-mysql-version>1.0.0</hugegraph-mysql-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-mysql</artifactId>
|
||||
<version>${hugegraph-mysql-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
|
|
|
|||
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-rocksdb</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-core-version>1.0.0</hugegraph-core-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-core</artifactId>
|
||||
<version>${hugegraph-core-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.rocksdb</groupId>
|
||||
|
|
|
|||
|
|
@ -28,15 +28,11 @@
|
|||
|
||||
<artifactId>hugegraph-scylladb</artifactId>
|
||||
|
||||
<properties>
|
||||
<hugegraph-cassandra-version>1.0.0</hugegraph-cassandra-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.hugegraph</groupId>
|
||||
<artifactId>hugegraph-cassandra</artifactId>
|
||||
<version>${hugegraph-cassandra-version}</version>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue