Skip to content

Commit

Permalink
1.3.1: Release done
Browse files Browse the repository at this point in the history
  • Loading branch information
sprintell committed Mar 30, 2021
1 parent 9e276d0 commit b21fb1a
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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>1.2.1</version>
<version>1.3.1</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>goci-db-binding</artifactId>
<version>1.2.1</version>
<version>1.3.1</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>1.2.1</version>
<version>1.3.1</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>1.2.1</version>
<version>1.3.1</version>
<relativePath>../../goci-parent/pom.xml</relativePath>
</parent>

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>1.2.1</version>
<version>1.3.1</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>1.2.1</version>
<version>1.3.1</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>1.2.1</version>
<version>1.3.1</version>

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

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-rest-api</artifactId>
<version>1.2.1</version>
<version>1.3.1</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 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>1.2.1</version>
<version>1.3.1</version>
<packaging>pom</packaging>

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

<properties>
<goci.version>1.2.1</goci.version>
<goci.version>1.3.1</goci.version>
<hibernate.jpa.2.1.version>1.0.0.Final</hibernate.jpa.2.1.version>
<oracle.version>19.3.0.0</oracle.version>
<flyway.version>4.0.3</flyway.version>
Expand Down
4 changes: 2 additions & 2 deletions goci-interfaces/goci-rest/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-rest</artifactId>
<version>1.2.1</version>
<version>1.3.1</version>
<packaging>war</packaging>


Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-parent</artifactId>
<version>1.2.1</version>
<version>1.3.1</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>1.2.1</version>
<version>1.3.1</version>

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

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-rest-api</artifactId>
<version>1.2.1</version>
<version>1.3.1</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>1.2.1</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>goci-dependencies</artifactId>
<version>1.2.1</version>
<version>1.3.1</version>
<relativePath>../goci-dependencies/pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion 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-rest-api</artifactId>
<version>1.2.1</version>
<version>1.3.1</version>

<packaging>pom</packaging>
<name>GOCI REST API (root)</name>
Expand Down

0 comments on commit b21fb1a

Please sign in to comment.