Skip to content

Commit

Permalink
EUREKA-414 Update application for Ramsons release (#5)
Browse files Browse the repository at this point in the history
* EUREKA-414 Prepare application for Ramsons release

* EUREKA-414 Update README.md

* EUREKA-414 Update version of folio-application-generator
  • Loading branch information
pfilippov-epam authored Nov 3, 2024
1 parent cc64055 commit 882d5af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Application descriptor repository for a minimal FOLIO platform installation
| `mod-notes` |
| `mod-scheduler` |
| `mod-settings` |
| `mod-okapi-facade` |

## UI Modules

Expand Down
4 changes: 4 additions & 0 deletions app-platform-minimal.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
{
"name": "mod-settings",
"version": "latest"
},
{
"name": "mod-okapi-facade",
"version": "latest"
}
],
"uiModules": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<plugin>
<groupId>org.folio</groupId>
<artifactId>folio-application-generator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 882d5af

Please sign in to comment.