Skip to content

Commit

Permalink
Preparing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcanovas committed Sep 21, 2015
1 parent a35308a commit 3b87814
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions web-server/metaScience/WebContent/WEB-INF/config.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
allowOrigin=http://localhost:8080
dblpSchema=dblp
version=v0.2.0
allowOrigin=http://som-research.uoc.edu/
dblpSchema=dblp20150613
version=v0.3.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
allowOrigin=http://localhost:8000
dblpSchema=dblp20150613
version=v0.2.1
version=v0.3.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
allowOrigin=http://localhost:8080
dblpSchema=dblp
version=v0.2.0
version=v0.3.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
allowOrigin=http://som-research.uoc.edu/
dblpSchema=dblp20150613
version=v0.2.1
version=v0.3.0
4 changes: 2 additions & 2 deletions web-server/metaScience/WebContent/js/common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var metaScienceServlet = 'http://localhost:8080/metaScience';
//var metaScienceServlet = 'http://som-research.uoc.edu/tools/metaScience';
//var metaScienceServlet = 'http://localhost:8080/metaScience';
var metaScienceServlet = 'http://som-research.uoc.edu/tools/metaScience';

function onLoadingGraph(svgIdContainer, loaderId, svgHeight, svgWidth) {
svgIdContainer
Expand Down

0 comments on commit 3b87814

Please sign in to comment.