Skip to content

Commit

Permalink
added release notes and removed snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
coleslaw481 committed Feb 23, 2021
1 parent 9184612 commit f814f63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
========

0.3.6 (2021-02-22)
------------------

* Fixed a bug where if a query had no results the source would be omitted from
the returned JSON which did not adhere to the expected behavior of web UI. UD-1591

0.3.5 (2020-11-24)
------------------

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Requirements
* [Make][make] **(to build)**
* [Maven][maven] 3.3 or higher **(to build)** -- tested with 3.6

Special Java modules to install (cause we haven't put these into maven central)
Dependencies (Deployed on NRNB Nexus)

* [ndex-enrichment-rest-model](https://github.com/cytoscape/ndex-enrichment-rest-model) built and installed via `mvn install`
* [ndex-enrichment-rest-client](https://github.com/cytoscape/ndex-enrichment-rest-client) built and installed via `mvn install`
* [ndex-object-model](https://github.com/ndexbio/ndex-object-model) built and installed via `mvn install`
* [ndex-java-client](https://github.com/ndexbio/ndex-java-client) built and installed via `mvn install`
* [ndex-interactome-search](https://github.com/cytoscape/ndex-interactome-search) built and installed via `mvn install -DskipTests=true`
* [ndex-enrichment-rest-model](https://github.com/cytoscape/ndex-enrichment-rest-model)
* [ndex-enrichment-rest-client](https://github.com/cytoscape/ndex-enrichment-rest-client)
* [ndex-object-model](https://github.com/ndexbio/ndex-object-model)
* [ndex-java-client](https://github.com/ndexbio/ndex-java-client)
* [ndex-interactome-search](https://github.com/cytoscape/ndex-interactome-search)

Building NDEx Search REST Service
=================================
Expand Down

0 comments on commit f814f63

Please sign in to comment.