You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by as...@apache.org on 2021/02/10 12:19:34 UTC

[ignite-3] 03/04: IGNITE-13885 Raft client wip.

This is an automated email from the ASF dual-hosted git repository.

ascherbakov pushed a commit to branch ignite-13885
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit aaa1a0e49a8613314ae97b5e91d5ed5235455c8f
Author: Alexey Scherbakov <al...@gmail.com>
AuthorDate: Tue Feb 9 20:09:04 2021 +0300

    IGNITE-13885 Raft client wip.
---
 modules/raft/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/raft/pom.xml b/modules/raft/pom.xml
index d2f5c71..8707374 100644
--- a/modules/raft/pom.xml
+++ b/modules/raft/pom.xml
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ignite</groupId>
-    <artifactId>raft</artifactId>
+    <artifactId>ignite-jraft</artifactId>
     <version>3.0-SNAPSHOT</version>
     <url>http://ignite.apache.org</url>