release version 1.11.0

This commit is contained in:
2025-07-10 23:47:05 +03:00
parent 5cb6857fa1
commit 8dd9cf9cf2
3082 changed files with 278464 additions and 1833 deletions

View File

@@ -3,7 +3,7 @@
~~~~~~licensing~~~~~~
modules
==========
Copyright (C) 2020 - 2024 EmDev LLC
Copyright (C) 2020 - 2025 EmDev LLC
==========
You may not use this file except in accordance with the License Terms of the Copyright
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
@@ -46,6 +46,10 @@
<feature version="${project.version}">entaxy-uniform-service</feature>
<feature version="${project.version}">entaxy-atlasmap</feature>
<feature version="${project.version}">entaxy-data-modules</feature>
<feature version="${project.version}">entaxy-onec</feature>
</feature>
<feature name="entaxy-cxf-echo" version="${project.version}">
@@ -56,6 +60,10 @@
</capability>
</feature>
<feature name="entaxy-onec" version="${project.version}">
<bundle>mvn:ru.entaxy.esb.platform.runtime.modules/onec/${project.version}</bundle>
</feature>
<feature name="entaxy-atlasmap" version="${project.version}">
<!-- @underlying -->
@@ -84,4 +92,11 @@
entaxy.ui.module;module=atlasmap
</capability>
</feature>
<feature name="entaxy-data-modules" version="${project.version}">
<bundle>mvn:ru.entaxy.platform.modules.data.data-mapper/data-mapper-runtime/${project.version}</bundle>
<bundle>mvn:ru.entaxy.platform.modules.data.data-mapper/data-mapper-shell/${project.version}</bundle>
<bundle>mvn:ru.entaxy.platform.modules.data.data-mapper/data-mapper-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.platform.modules.data/data-management/${project.version}</bundle>
</feature>
</features>