add accounting component and sg distribution
This commit is contained in:
parent
7cde67b24c
commit
e97a5e84cd
|
@ -14,25 +14,42 @@ gCube_release:
|
||||||
CoreLibraries:
|
CoreLibraries:
|
||||||
- name: usermanagement-core
|
- name: usermanagement-core
|
||||||
version: 2.5.3
|
version: 2.5.3
|
||||||
|
- name: accounting-postgresql-utilities
|
||||||
|
version: 1.0.0
|
||||||
|
|
||||||
Model:
|
Model:
|
||||||
|
- name: gcat-api
|
||||||
|
version: 2.0.0
|
||||||
- name: information-system-model
|
- name: information-system-model
|
||||||
version: 4.1.0
|
version: 4.1.0
|
||||||
- name: storagehub-model
|
- name: storagehub-model
|
||||||
version: 1.0.9
|
version: 1.0.9
|
||||||
|
- name: document-store-lib-postgresql
|
||||||
|
version: 1.0.0
|
||||||
|
- name: accounting-manager-theme
|
||||||
|
version: 1.3.0
|
||||||
|
|
||||||
CommonLibraries:
|
CommonLibraries:
|
||||||
- name: grsf-common-library
|
- name: grsf-common-library
|
||||||
version: 1.3.1
|
version: 1.3.1
|
||||||
- name: workspace-explorer
|
- name: workspace-explorer
|
||||||
version: 2.2.0
|
version: 2.2.0
|
||||||
|
- name: accounting-lib
|
||||||
|
version: 4.1.0
|
||||||
|
|
||||||
ClientLibraries:
|
ClientLibraries:
|
||||||
|
- name: gcat-client
|
||||||
|
version: 2.0.0
|
||||||
|
|
||||||
EnablingLibraries:
|
EnablingLibraries:
|
||||||
- name: catalogue-util-library
|
- name: catalogue-util-library
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
- name: accounting-analytics
|
||||||
|
version: 3.0.0
|
||||||
|
|
||||||
|
Libraries:
|
||||||
|
- name: accounting-analytics-persistence-postgresql
|
||||||
|
version: 1.0.0
|
||||||
|
|
||||||
PortalLibraries:
|
PortalLibraries:
|
||||||
- name: oidc-library-portal
|
- name: oidc-library-portal
|
||||||
|
@ -64,13 +81,22 @@ gCube_release:
|
||||||
- name: catalogue-sharing-widget
|
- name: catalogue-sharing-widget
|
||||||
version: 1.2.0
|
version: 1.2.0
|
||||||
|
|
||||||
|
Services:
|
||||||
|
- name: gcat
|
||||||
|
version: 2.0.0
|
||||||
|
|
||||||
|
|
||||||
Portlets:
|
Portlets:
|
||||||
- name: workspace-widget-portlet
|
- name: workspace-widget-portlet
|
||||||
version: 1.5.0
|
version: 1.5.0
|
||||||
- name: share-updates
|
- name: share-updates
|
||||||
version: 2.8.0
|
version: 2.8.0
|
||||||
|
- name: accounting-manager
|
||||||
|
version: 1.13.0
|
||||||
|
|
||||||
|
|
||||||
Distributions:
|
Distributions:
|
||||||
- name: gcube-portal-bundle
|
- name: gcube-portal-bundle
|
||||||
version: 5.0.1
|
version: 5.0.1
|
||||||
|
- name: smartgears-distribution
|
||||||
|
version: 3.3.0
|
||||||
|
|
Loading…
Reference in New Issue