Skip to content

Commit

Permalink
updated software version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjupp committed Sep 14, 2016
1 parent c2d08d4 commit 0b37a4c
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 17 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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

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

<properties>
<ols.version>3.1.0-SNAPSHOT</ols.version>
<ols.version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>uk.ac.ebi.spot</groupId>
<artifactId>ols-dependencies</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../ols-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 5 additions & 1 deletion ols-web/src/main/resources/static/documents/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,10 @@ <h3 id="_search_parameters"><a class="anchor" href="#_search_parameters"></a>Sea
<td class="tableblock halign-left valign-top"><p class="tableblock">You can restrict a search to children of a given term. Supply a list of IRI for the terms that you want to search under</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">allChildrenOf</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">You can restrict a search to all children of a given term. Supply a list of IRI for the terms that you want to search under (subclassOf/is-a plus any hierarchical/transitive properties like 'part of' or 'develops from')</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">rows</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">How many results per page</p></td>
</tr>
Expand Down Expand Up @@ -1668,7 +1672,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-08-18 16:10:18 BST
Last updated 2016-09-12 11:30:46 BST
</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.0-SNAPSHOT</version>
<version>3.1.0</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.0-SNAPSHOT</version>
<version>3.1.0</version>
<modules>
<module>ols-core</module>
<module>ols-solr</module>
Expand Down

0 comments on commit 0b37a4c

Please sign in to comment.