release version 1.10.0
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
ui
|
||||
==========
|
||||
Copyright (C) 2020 - 2023 EmDev LLC
|
||||
Copyright (C) 2020 - 2024 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
|
||||
@ -31,11 +31,18 @@
|
||||
|
||||
<repository>mvn:ru.entaxy.esb.ui/entaxy-hawtio/${project.version}/xml/features</repository>
|
||||
<repository>mvn:ru.entaxy.esb.platform.runtime/base/${project.version}/xml/features</repository>
|
||||
|
||||
<!-- repo will be generated at build time -->
|
||||
<repository>mvn:ru.entaxy.esb/ui/${project.version}/xml/platform-provided</repository>
|
||||
|
||||
<feature name="entaxy-${project.artifactId}" version="${project.version}" start-level="90">
|
||||
<feature>entaxy-ui-hc</feature>
|
||||
<feature>entaxy-h2-console</feature>
|
||||
|
||||
<!-- @entaxy-hawtio -->
|
||||
<feature>entaxy-hawtio</feature>
|
||||
|
||||
<feature>entaxy-platform-provided-ui</feature>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-ui-hc" version="${project.version}" start-level="90">
|
||||
@ -45,8 +52,16 @@
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-h2-console" version="${project.version}" start-level="90">
|
||||
<feature prerequisite="true">h2-adapter</feature>
|
||||
<bundle>webbundle:mvn:ru.entaxy.esb.ui/h2-console/${project.version}/war</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-platform-provided-ui" version="${project.version}" start-level="${bundle.startlevel.modules}">
|
||||
|
||||
<!-- @entaxy-hawtio -->
|
||||
<feature prerequisite="true">entaxy-hawtio</feature>
|
||||
|
||||
<!-- @platform-provided -->
|
||||
<feature prerequisite="true">entaxy-ui-platform-provided</feature>
|
||||
|
||||
</feature>
|
||||
</features>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- -->
|
||||
<configfile finalname="etc/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui.cfg" override="true">
|
||||
mvn:ru.entaxy.esb/ui/1.9.0/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui
|
||||
mvn:ru.entaxy.esb/ui/1.10.0/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui
|
||||
</configfile>
|
||||
<!-- -->
|
@ -2,7 +2,7 @@
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# ui
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2023 EmDev LLC
|
||||
# Copyright (C) 2020 - 2024 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# entaxy-hawtio
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2023 EmDev LLC
|
||||
# Copyright (C) 2020 - 2024 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- -->
|
||||
<configfile finalname="scripts/entaxy-ui.install" override="true">
|
||||
mvn:ru.entaxy.esb/ui/1.9.0/install/entaxy-ui
|
||||
mvn:ru.entaxy.esb/ui/1.10.0/install/entaxy-ui
|
||||
</configfile>
|
||||
<!-- -->
|
Reference in New Issue
Block a user