Skip to content

Commit

Permalink
v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst committed Oct 29, 2020
1 parent e0f71da commit 0736efa
Show file tree
Hide file tree
Showing 43 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions goci-core/goci-db-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<artifactId>goci-parent</artifactId>
<groupId>uk.ac.ebi.spot</groupId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-db-binding</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>


<name>GOCI Database Binding Classes</name>
Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-model</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Object Model</name>
<description>Classes representing the core, modelled objects in the GWAS Catalog</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-ontology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>goci-parent</artifactId>
<groupId>uk.ac.ebi.spot</groupId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-ontology</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>


<name>GOCI Ontology Classes</name>
Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-pussycat-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

<artifactId>goci-pussycat-api</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Pussycat API</name>
<url>http://www.ebi.ac.uk/seqdb/confluence/display/GOCI/Home</url>
Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-renderlets-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

<artifactId>goci-renderlets-core</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Renderlets Core (abstract viz logic)</name>
<url>http://www.ebi.ac.uk/seqdb/confluence/display/GOCI/Home</url>
Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-repository</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Repositories</name>
<description>Provides interfaces for retrieving GOCI objects from the GWAS datasource backend</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-service</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Service Classes</name>
<description>Classes that perform higher level service functions on top of the basic repositories</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-core/goci-sparql-renderlets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

<artifactId>goci-sparql-renderlets</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Pussycat SPARQL renderlets</name>
<url>http://www.ebi.ac.uk/seqdb/confluence/display/GOCI/Home</url>
Expand Down
2 changes: 1 addition & 1 deletion goci-core/goci-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion goci-core/goci-tracking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-core</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<packaging>pom</packaging>
<name>GOCI Core</name>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions goci-data-services/goci-association-upload-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-association-upload-services</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Association Upload Services</name>
<description>Upload a file containing association information</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-data-services/goci-data-filtering-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>goci-parent</artifactId>
<groupId>uk.ac.ebi.spot</groupId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-data-filtering-services</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Data Filtering Services</name>
<description>A set of service classes to filter a set of associations for the most significant association in each LD bloack</description>
Expand Down
4 changes: 2 additions & 2 deletions goci-data-services/goci-data-mapping-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-data-mapping-services</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>jar</packaging>

<name>GOCI Catalog Mapping Service</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-data-services/goci-data-validation-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-data-validation-services</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Data Validation Services</name>
<description>Classes used to validate GWAS data</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<version>2.6.7</version>
<version>2.6.8</version>
<artifactId>goci-parent</artifactId>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions goci-data-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>goci</artifactId>
<groupId>uk.ac.ebi.spot</groupId>
<version>2.6.7</version>
<version>2.6.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-data-services</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>


<modules>
Expand Down
6 changes: 3 additions & 3 deletions goci-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-dependencies</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>pom</packaging>

<parent>
Expand All @@ -27,7 +27,7 @@
<url>http://www.ebi.ac.uk/gwas</url>

<properties>
<goci.version>2.6.7</goci.version>
<goci.version>2.6.8</goci.version>
<hibernate.jpa.2.1.version>1.0.0.Final</hibernate.jpa.2.1.version>
<oracle.version>19.3.0.0</oracle.version>
<owlapi.version>3.5.6</owlapi.version>
Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-pussycat</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<classifier>classes</classifier>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions goci-interfaces/goci-cttv-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>uk.ac.ebi.spot.cttv</groupId>
<artifactId>goci-cttv-rest</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI CTTV Rest API</name>
<description>A REST API for the CTTV project to obtain GWAS Catalog data</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-interfaces/goci-curation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-curation</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>war</packaging>

<name>GOCI Curation Interface</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-interfaces/goci-pussycat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

<artifactId>goci-pussycat</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>war</packaging>

<name>GOCI Pussycat (serves GWAS catalog diagram)</name>
Expand Down
4 changes: 2 additions & 2 deletions goci-interfaces/goci-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-solr</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<name>GOCI Solr Configuration</name>
<description>Configuration files to setup a GOCI Solr Server</description>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions goci-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-interfaces</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>

<packaging>pom</packaging>
<name>GOCI Interfaces</name>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions goci-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>pom</packaging>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-dependencies</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../goci-dependencies/pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>
Expand Down
4 changes: 2 additions & 2 deletions goci-tools/goci-ancestry-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-ancestry-mapper</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>jar</packaging>

<name>GOCI Ancestry Mapper</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 0736efa

Please sign in to comment.