Skip to content

Commit be6ee38

Browse files
z7658329javeme
andauthored
rename binary package name (#2037)
* rename binary package name * rename binary package name v2 * rename binary package name v3 Co-authored-by: Jermy Li <[email protected]>
1 parent df05b2b commit be6ee38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ REPORT_FILE=$REPORT_DIR/jacoco-api-test.xml
2323

2424
TRAVIS_DIR=`dirname $0`
2525
VERSION=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
26-
SERVER_DIR=hugegraph-$VERSION
26+
SERVER_DIR=apache-hugegraph-incubating-$VERSION
2727
RAFT1_DIR=hugegraph-raft1
2828
RAFT2_DIR=hugegraph-raft2
2929
RAFT3_DIR=hugegraph-raft3

hugegraph-dist/src/assembly/travis/run-api-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ REPORT_FILE=$REPORT_DIR/jacoco-api-test-for-raft.xml
2323

2424
TRAVIS_DIR=`dirname $0`
2525
VERSION=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
26-
SERVER_DIR=hugegraph-$VERSION
26+
SERVER_DIR=apache-hugegraph-incubating-$VERSION
2727
CONF=$SERVER_DIR/conf/graphs/hugegraph.properties
2828
REST_SERVER_CONF=$SERVER_DIR/conf/rest-server.properties
2929
GREMLIN_SERVER_CONF=$SERVER_DIR/conf/gremlin-server.yaml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<top.level.dir>${project.basedir}/..</top.level.dir>
6161
<release.name>hugegraph</release.name>
62-
<final.name>${release.name}-${project.version}</final.name>
62+
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
6363
<compiler.source>1.8</compiler.source>
6464
<compiler.target>1.8</compiler.target>
6565
<slf4j.version>1.7.5</slf4j.version>

0 commit comments

Comments
 (0)