Skip to content

Commit

Permalink
Preparing release 1.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Dec 1, 2018
1 parent 396a0a5 commit 8c6220a
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion opencga-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-storage/opencga-storage-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-storage/opencga-storage-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opencga-storage</artifactId>
<groupId>org.opencb.opencga</groupId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion opencga-storage/opencga-storage-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ benchmark:
delay: 100
connectionType: REST
mode: FIXED
rest: "http://localhost:8080/opencga-1.4.0-rc2-dev/webservices/rest/v1/analysis/variant/query"
rest: "http://localhost:8080/opencga-1.4.0-rc2/webservices/rest/v1/analysis/variant/query"
database: ## 'local' connection to CellBase MongoDB
hosts:
- "localhost:27017"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ benchmark:
delay: 100
connectionType: REST
mode: FIXED
rest: "http://localhost:8080/opencga-1.4.0-rc2-dev/webservices/rest/v1/analysis/variant/query"
rest: "http://localhost:8080/opencga-1.4.0-rc2/webservices/rest/v1/analysis/variant/query"
database: ## 'local' connection to CellBase MongoDB
hosts:
- "localhost:27017"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage-hadoop</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* hbase_conf=$(hbase classpath | tr ":" "\n" | grep "/conf" | tr "\n" ":")
* export HADOOP_CLASSPATH=${hbase_conf}:$PWD/libs/avro-1.7.7.jar:$PWD/libs/jackson-databind-2.6.6.jar:$PWD/libs/jackson-core-2.6.6.jar
* export HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:$PWD/libs/jackson-annotations-2.6.6.jar
* yarn jar opencga-storage-hadoop-core-1.4.0-rc2-dev-jar-with-dependencies.jar \
* yarn jar opencga-storage-hadoop-core-1.4.0-rc2-jar-with-dependencies.jar \
* org.opencb.opencga.storage.hadoop.variant.io.VariantExporterDriver \
* opencga_variants study myStudy --of avro --output my.variants.avro --region 22
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage-hadoop</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<!--<relativePath>../pom.xml</relativePath>-->
</parent>

<!--<groupId>org.opencb.opencga</groupId>-->
<artifactId>opencga-storage-hadoop-deps</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>

<!--
Some dependencies included in the UBER-JAR are not defined, so they MUST defined at the
Expand Down
4 changes: 2 additions & 2 deletions opencga-storage/opencga-storage-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>opencga-storage-hadoop</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion opencga-storage/opencga-storage-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion opencga-storage/opencga-storage-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions opencga-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Version must be set to a literal, variables cannot be used in nested modules -->
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

!|Table: Rest Fixture | $baseURL |
| GET | /v1/meta/about |200| Content-Type: application/json ||
|let||js|response.jsonbody.response[0].result[0].Version|1.4.0-rc2-dev|
|let||js|response.jsonbody.response[0].result[0].Version|1.4.0-rc2|

!3 OpenCGA Status
!|Table: Rest Fixture | $baseURL |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!define TEST_SYSTEM {slim}
!path target/appassembler/dependencies/*.jar
!define OPENCGA_VERSION {opencga-1.4.0-rc2-dev}
!define OPENCGA_VERSION {opencga-1.4.0-rc2}
!define TEST_HOST {qa.opencb.org}
!define VERSION {v1}

Expand Down
2 changes: 1 addition & 1 deletion opencga-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-test</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.opencb.opencga</groupId>
<artifactId>opencga</artifactId>
<version>1.4.0-rc2-dev</version>
<version>1.4.0-rc2</version>
<packaging>pom</packaging>
<name>OpenCGA</name>

Expand All @@ -37,7 +37,7 @@
</modules>

<properties>
<opencga.version>1.4.0-rc2-dev</opencga.version>
<opencga.version>1.4.0-rc2</opencga.version>
<java.version>1.8</java.version>
<java-common-libs.version>3.7.2</java-common-libs.version>
<biodata.version>1.4.2</biodata.version>
Expand Down

0 comments on commit 8c6220a

Please sign in to comment.