Skip to content

Commit

Permalink
New stable release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Mar 18, 2019
1 parent 960fb44 commit ea4fdf3
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 28 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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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-rc3-dev</version>
<version>1.4.0</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-rc3-dev-jar-with-dependencies.jar \
* yarn jar opencga-storage-hadoop-core-1.4.0-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-rc3-dev</version>
<version>1.4.0</version>
<!--<relativePath>../pom.xml</relativePath>-->
</parent>

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

<properties>
<checkstyle.skip>true</checkstyle.skip>
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 @@ -73,12 +73,12 @@
<parent>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage</artifactId>
<version>1.4.0-rc3-dev</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>opencga-storage-hadoop</artifactId>
<version>1.4.0-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev</version>
<version>1.4.0</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-rc3-dev|
|let||js|response.jsonbody.response[0].result[0].Version|1.4.0|

!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-rc3-dev}
!define OPENCGA_VERSION {opencga-1.4.0}
!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-rc3-dev</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opencga-web/lib/jsorolla
10 changes: 5 additions & 5 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-rc3-dev</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>OpenCGA</name>

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

<properties>
<opencga.version>1.4.0-rc3-dev</opencga.version>
<opencga.version>1.4.0</opencga.version>
<java.version>1.8</java.version>
<java-common-libs.version>3.7.3-SNAPSHOT</java-common-libs.version>
<biodata.version>1.4.3-SNAPSHOT</biodata.version>
<cellbase.version>4.6.2-SNAPSHOT</cellbase.version>
<java-common-libs.version>3.7.3</java-common-libs.version>
<biodata.version>1.4.3</biodata.version>
<cellbase.version>4.6.2</cellbase.version>
<hpg-bigdata.version>1.0.0-beta4</hpg-bigdata.version>
<bionet.version>0.2.0-SNAPSHOT</bionet.version>
<jackson.version>2.9.7</jackson.version>
Expand Down

0 comments on commit ea4fdf3

Please sign in to comment.