ENTAXY-374 release 1.8.2

This commit is contained in:
2022-08-23 13:40:11 +03:00
parent b68642f81c
commit f495628c75
618 changed files with 61269 additions and 3202 deletions

View File

@ -1,5 +1,5 @@
<!-- -->
<configfile finalname="${karaf.etc}/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui.cfg" override="true">
mvn:ru.entaxy.esb/ui/1.8.1/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui
mvn:ru.entaxy.esb/ui/1.8.2/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui
</configfile>
<!-- -->

View File

@ -24,13 +24,13 @@ echo "Welcome to Entaxy UI installation script"
echo "************"
echo
echo "** Checking feature repository: ru.entaxy.esb.ui/entaxy-hawtio/1.8.1/xml/features ..."
echo "** Checking feature repository: ru.entaxy.esb.ui/entaxy-hawtio/${project.version}/xml/features ..."
_repo = (feature:repo-list | grep ru.entaxy.esb/ui)
_repo_length = ($_repo length)
if { $_repo_length'' equals "0" } {
echo "\>\> Installing Entaxy UI repository..."
feature:repo-add mvn:ru.entaxy.esb/ui/1.8.1/xml/features
feature:repo-add mvn:ru.entaxy.esb/ui/${project.version}/xml/features
echo "\>\> ... installed"
} else {
echo "\>\> Entaxy UI repository is already installed"