File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hugegraph-dist/src/assembly/travis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ REPORT_FILE=$REPORT_DIR/jacoco-api-test.xml
2323
2424TRAVIS_DIR=` dirname $0 `
2525VERSION=` mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
26- SERVER_DIR=hugegraph-$VERSION
26+ SERVER_DIR=apache- hugegraph-incubating -$VERSION
2727RAFT1_DIR=hugegraph-raft1
2828RAFT2_DIR=hugegraph-raft2
2929RAFT3_DIR=hugegraph-raft3
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ REPORT_FILE=$REPORT_DIR/jacoco-api-test-for-raft.xml
2323
2424TRAVIS_DIR=` dirname $0 `
2525VERSION=` mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
26- SERVER_DIR=hugegraph-$VERSION
26+ SERVER_DIR=apache- hugegraph-incubating -$VERSION
2727CONF=$SERVER_DIR /conf/graphs/hugegraph.properties
2828REST_SERVER_CONF=$SERVER_DIR /conf/rest-server.properties
2929GREMLIN_SERVER_CONF=$SERVER_DIR /conf/gremlin-server.yaml
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments