Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjupp committed Dec 20, 2017
1 parent 4a031d1 commit 6e1a514
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion ols-apps/ols-config-importer/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../../ols-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ols-apps/ols-loading-app/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../../ols-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ols-apps/ols-neo4j-app/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ols-apps/ols-solr-app/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ols-apps/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>ols-apps</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>
<modules>
<module>ols-solr-app</module>
Expand Down
2 changes: 1 addition & 1 deletion ols-core/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions ols-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>uk.ac.ebi.spot</groupId>
<artifactId>ols-dependencies</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>

<parent>
Expand All @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<ols.version>3.1.1-SNAPSHOT</ols.version>
<ols.version>3.1.1</ols.version>
<owlapi.version>3.5.2</owlapi.version>
<HermiT.version>1.3.8.4</HermiT.version>
<elk.version>0.4.2</elk.version>
Expand Down
2 changes: 1 addition & 1 deletion ols-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ols-parent</artifactId>
<groupId>uk.ac.ebi.spot</groupId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ols-neo4j/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions ols-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<artifactId>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>ols-dependencies</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ols-solr/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ols-web/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions ols-web/src/main/resources/static/documents/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ <h3 id="_search_parameters"><a class="anchor" href="#_search_parameters"></a>Sea
</div>
<div class="listingblock">
<div class="content">
<pre>GET /api/search?q={query}&amp;queryFields={label,synonym}</pre>
<pre>GET /ols/api/search?q={query}&amp;queryFields={label,synonym}</pre>
</div>
</div>
<table class="tableblock frame-all grid-all spread">
Expand Down Expand Up @@ -1590,7 +1590,7 @@ <h2 id="_select_terms"><a class="anchor" href="#_select_terms"></a>Select terms<
</div>
<div class="listingblock">
<div class="content">
<pre>GET /api/select?q={query}</pre>
<pre>GET /ols/api/select?q={query}</pre>
</div>
</div>
<table class="tableblock frame-all grid-all spread">
Expand Down Expand Up @@ -1657,7 +1657,7 @@ <h2 id="_suggest_term"><a class="anchor" href="#_suggest_term"></a>Suggest term<
</div>
<div class="listingblock">
<div class="content">
<pre>GET /api/suggest?q={query}</pre>
<pre>GET /ols/api/suggest?q={query}</pre>
</div>
</div>
<table class="tableblock frame-all grid-all spread">
Expand Down Expand Up @@ -1691,7 +1691,7 @@ <h2 id="_suggest_term"><a class="anchor" href="#_suggest_term"></a>Suggest term<
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-14 10:42:23 BST
Last updated 2017-12-12 17:17:58 +00:00
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion ontology-tools/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>ols-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>ols-ebi</artifactId>
<packaging>pom</packaging>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<modules>
<module>ols-core</module>
<module>ols-solr</module>
Expand Down

0 comments on commit 6e1a514

Please sign in to comment.