Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Refactor build (#17)
Browse files Browse the repository at this point in the history
* updated build to remove duplicate libs

* fixed some issues with build consistency

* removed accidental file

* removed unneeded files

* added back missing dependency

* fixed typo

* updated build

* fixed broken test

* bumped up version to 2.7.1

* bumped up version to 2.7.1

Co-authored-by: katzelda <daniel.katzel@nih.gov>
  • Loading branch information
tylerperyea and dkatzel-ncats authored Feb 27, 2021
1 parent 71d55eb commit a375f9d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 908 deletions.
2 changes: 1 addition & 1 deletion modules/ginas/conf/beta/assets/data/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7",
"version": "2.7.1",
"substanceDetailsCards": [
{
"card": "substance-overview",
Expand Down
2 changes: 1 addition & 1 deletion modules/ginas/test/ix/test/EditingWorkflowTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ public JsonNode renameServer(SubstanceAPI session, String uuid, String newName)
Changes expectedChanges = new ChangesBuilder(updated, updateFetched)

.replace("/version").replace("/_name").replace("/lastEdited").replace("/names/0/lastEdited")
.replace("/_name_html").replace("/names/0/_name").replace("/names/0/_name_html")
.replace("/_nameHTML").replace("/names/0/_name").replace("/names/0/_nameHTML")

.build();

Expand Down
Loading

0 comments on commit a375f9d

Please sign in to comment.