Skip to content

Commit

Permalink
Increase version to 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Mar 23, 2018
1 parent 2a55a3e commit 30bea79
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cellbase-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rest:
hosts:
- "http://bioinfo.hpc.cam.ac.uk/cellbase"
# - "http://bioinfodev.hpc.cam.ac.uk/cellbase-4.5.0-rc"
#- "http://localhost:8080/cellbase-4.6.0-SNAPSHOT"
#- "http://localhost:8080/cellbase-4.5.5"
timeout: 2000
grpc:
host: "localhost:9090"
2 changes: 1 addition & 1 deletion cellbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Test
!define TEST_SYSTEM {slim}

#!define CELLBASE_WAR {cellbase}
!define CELLBASE_WAR {cellbase-4.5.0-SNAPSHOT}
!define CELLBASE_WAR {cellbase-4.5.5}
!define CELLBASE_VERSION {v4}
#!define TEST_HOST {bioinfo.hpc.cam.ac.uk}
!define TEST_HOST {bioinfodev.hpc.cam.ac.uk}
Expand All @@ -14,8 +14,8 @@ Test
|smartrics.rest.fitnesse.fixture|

!|Table: Rest Fixture | http://bioinfoint.hpc.cam.ac.uk/|
|let|baseURL|const|http://${TEST_HOST}/${CELLBASE_WAR}/webservices/rest/${CELLBASE_VERSION}|http://bioinfodev.hpc.cam.ac.uk/cellbase-4.5.0-SNAPSHOT/webservices/rest/v4|
|let|baseURL_hsapiens|const|http://${TEST_HOST}/${CELLBASE_WAR}/webservices/rest/${CELLBASE_VERSION}/hsapiens|http://bioinfodev.hpc.cam.ac.uk/cellbase-4.5.0-SNAPSHOT/webservices/rest/v4/hsapiens|
|let|baseURL|const|http://${TEST_HOST}/${CELLBASE_WAR}/webservices/rest/${CELLBASE_VERSION}|http://bioinfodev.hpc.cam.ac.uk/cellbase-4.5.5/webservices/rest/v4|
|let|baseURL_hsapiens|const|http://${TEST_HOST}/${CELLBASE_WAR}/webservices/rest/${CELLBASE_VERSION}/hsapiens|http://bioinfodev.hpc.cam.ac.uk/cellbase-4.5.5/webservices/rest/v4/hsapiens|
|let|useCache|const|false|false|

| Table: Rest Fixture Config | with-compareJSON.js |
Expand Down
2 changes: 1 addition & 1 deletion cellbase-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase-test</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cellbase-web/src/cellbase-web.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h4 class="modal-title" id="myModalLabel">Settings</h4>
<div class="form-group row">
<label for="cellbaseHost" class="col-sm-2 col-form-label">Hosts</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="cellbaseHost" value="bioinfodev.hpc.cam.ac.uk/cellbase-4.5.0-SNAPSHOT">
<input type="text" class="form-control" id="cellbaseHost" value="bioinfodev.hpc.cam.ac.uk/cellbase-4.5.5">
</div>
</div>
<div class="form-group row">
Expand Down
2 changes: 1 addition & 1 deletion cellbase-web/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

var application = {
title: "CellBase Data Portal",
hosts: ["bioinfodev.hpc.cam.ac.uk/cellbase-4.5.0-SNAPSHOT"], //"localhost:8080/cellbase-4.5.0-SNAPSHOT", "www.ebi.ac.uk/cellbase"
hosts: ["bioinfodev.hpc.cam.ac.uk/cellbase-4.5.5"], //"localhost:8080/cellbase-4.5.5", "www.ebi.ac.uk/cellbase"
version: "v4",
defaultSpecies: {
name: "Homo sapiens",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.5-SNAPSHOT</version>
<version>4.5.5</version>
<packaging>pom</packaging>

<name>CellBase project</name>
Expand All @@ -22,7 +22,7 @@
</modules>

<properties>
<cellbase.version>4.5.5-SNAPSHOT</cellbase.version>
<cellbase.version>4.5.5</cellbase.version>
<compileSource>1.8</compileSource>
<biodata.version>1.2.2</biodata.version>
<java-common-libs.version>3.5.1</java-common-libs.version>
Expand Down

0 comments on commit 30bea79

Please sign in to comment.