Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
Release 7.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
xebialabs-se committed Aug 15, 2017
1 parent e01b963 commit a3abe5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

apply plugin: 'java'

version = "7.0.0-SNAPSHOT"
version = "7.0.0-rc2"
repositories {
mavenLocal()
mavenCentral()
Expand Down
1 change: 0 additions & 1 deletion src/main/app/relationships/graph.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default class GraphController {
nodes[0].symbol = 'image:///static/7.0/relationships/img/pin.svg';
nodes[0].itemStyle = { normal: { color: "#68B749"}, emphasis: { color: "#68B749"}};


this.graphOptions.series[0].data = nodes;
this.graphOptions.series[0].links = edges;
this.graphConfig.dataLoaded = true;
Expand Down

0 comments on commit a3abe5a

Please sign in to comment.