mirror of
https://github.com/actiontech/dble.git
synced 2026-05-06 22:40:44 -05:00
git.commit.id.abbrev
This commit is contained in:
@@ -433,7 +433,7 @@
|
||||
<replacements>
|
||||
<replacement>
|
||||
<token>@server-version@</token>
|
||||
<value>5.6.29-dble-${project.version}-${git.commit.id}-${timestamp}</value>
|
||||
<value>5.6.29-dble-${project.version}-${git.commit.id.abbrev}-${timestamp}</value>
|
||||
</replacement>
|
||||
<replacement>
|
||||
<token>@version-comment@</token>
|
||||
|
||||
@@ -12,7 +12,7 @@ public abstract class Versions {
|
||||
|
||||
public static final byte PROTOCOL_VERSION = 10;
|
||||
|
||||
private static byte[] serverVersion = "5.6.29-dble-2.18.06.0-dev-20180507161749".getBytes();
|
||||
private static byte[] serverVersion = "5.6.29-dble-9.9.9.9-cdc6a94-20180706181007".getBytes();
|
||||
public static final byte[] VERSION_COMMENT = "dble Server (ActionTech)".getBytes();
|
||||
public static final String ANNOTATION_NAME = "dble:";
|
||||
public static final String ROOT_PREFIX = "dble";
|
||||
|
||||
Reference in New Issue
Block a user