Loading bin/syncProtoFromRepo.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ BASE_DIR=`cd "$BASE_DIR"; pwd` PROTO_REPO_URL=https://github.com/Seagate/Kinetic-Protocol.git PROTO_FILE=$BASE_DIR/kinetic-common/src/main/java/com/seagate/kinetic/proto/kinetic.proto CLONE_DIR=$BASE_DIR/bin/Kinetic-Protocol PROTO_RELEASE_VERSION=2.0.4 PROTO_RELEASE_VERSION=2.0.5 function syncFromProtoRepo(){ if [ -d "$CLONE_DIR" ]; then Loading kinetic-client/src/main/java/kinetic/client/ClientConfiguration.java +2 −2 Original line number Diff line number Diff line Loading @@ -47,12 +47,12 @@ public class ClientConfiguration extends Properties { /** * current supported kinetic protocol version on kinetic-protocol repo. */ public static final String PROTOCOL_VERSION = "2.0.4"; public static final String PROTOCOL_VERSION = "2.0.5"; /** * current supported protocol source commit hash on kinetic-protocol repo. */ public static final String PROTOCOL_SOURCE_HASH = "337cdcef1c9d64b3cbfa7079fb304b5459bc335f"; public static final String PROTOCOL_SOURCE_HASH = "80b18b440c05c5994cb1bd555f680f8f62bb0337"; // kinetic server host private String host = "localhost"; Loading kinetic-simulator/src/main/java/kinetic/simulator/SimulatorConfiguration.java +2 −2 Original line number Diff line number Diff line Loading @@ -201,12 +201,12 @@ public class SimulatorConfiguration extends Properties { /** * current supported protocol version defined at kinetic-protocol repository. */ public static final String PROTOCOL_VERSION = "2.0.4"; public static final String PROTOCOL_VERSION = "2.0.5"; /** * current supported protocol source commit hash value obtained from kinetic-protocol repository. */ public static final String PROTOCOL_SOURCE_HASH = "337cdcef1c9d64b3cbfa7079fb304b5459bc335f"; public static final String PROTOCOL_SOURCE_HASH = "80b18b440c05c5994cb1bd555f680f8f62bb0337"; /** * heart beat provider. Loading Loading
bin/syncProtoFromRepo.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ BASE_DIR=`cd "$BASE_DIR"; pwd` PROTO_REPO_URL=https://github.com/Seagate/Kinetic-Protocol.git PROTO_FILE=$BASE_DIR/kinetic-common/src/main/java/com/seagate/kinetic/proto/kinetic.proto CLONE_DIR=$BASE_DIR/bin/Kinetic-Protocol PROTO_RELEASE_VERSION=2.0.4 PROTO_RELEASE_VERSION=2.0.5 function syncFromProtoRepo(){ if [ -d "$CLONE_DIR" ]; then Loading
kinetic-client/src/main/java/kinetic/client/ClientConfiguration.java +2 −2 Original line number Diff line number Diff line Loading @@ -47,12 +47,12 @@ public class ClientConfiguration extends Properties { /** * current supported kinetic protocol version on kinetic-protocol repo. */ public static final String PROTOCOL_VERSION = "2.0.4"; public static final String PROTOCOL_VERSION = "2.0.5"; /** * current supported protocol source commit hash on kinetic-protocol repo. */ public static final String PROTOCOL_SOURCE_HASH = "337cdcef1c9d64b3cbfa7079fb304b5459bc335f"; public static final String PROTOCOL_SOURCE_HASH = "80b18b440c05c5994cb1bd555f680f8f62bb0337"; // kinetic server host private String host = "localhost"; Loading
kinetic-simulator/src/main/java/kinetic/simulator/SimulatorConfiguration.java +2 −2 Original line number Diff line number Diff line Loading @@ -201,12 +201,12 @@ public class SimulatorConfiguration extends Properties { /** * current supported protocol version defined at kinetic-protocol repository. */ public static final String PROTOCOL_VERSION = "2.0.4"; public static final String PROTOCOL_VERSION = "2.0.5"; /** * current supported protocol source commit hash value obtained from kinetic-protocol repository. */ public static final String PROTOCOL_SOURCE_HASH = "337cdcef1c9d64b3cbfa7079fb304b5459bc335f"; public static final String PROTOCOL_SOURCE_HASH = "80b18b440c05c5994cb1bd555f680f8f62bb0337"; /** * heart beat provider. Loading