ENTAXY-634 release version 1.9.0

This commit is contained in:
2023-08-11 03:05:45 +03:00
parent 3cc15f7459
commit 574fd61847
1720 changed files with 93209 additions and 44106 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.esb</groupId>
<artifactId>underlying</artifactId>
<version>1.8.3</version>
<version>1.9.0</version>
</parent>
<groupId>ru.entaxy.esb.underlying</groupId>
<artifactId>entaxy-underlying-configuration</artifactId>
@ -74,6 +74,11 @@
<type>cfg</type>
<classifier>org.ops4j.pax.web</classifier>
</artifact>
<artifact>
<file>src/main/non-packaged-resources/etc/org.ops4j.pax.logging.cfg</file>
<type>cfg</type>
<classifier>org.ops4j.pax.logging</classifier>
</artifact>
<artifact>
<file>src/main/non-packaged-resources/etc/system.properties</file>
@ -104,6 +109,11 @@
<type>xml</type>
<classifier>org.apache.karaf.features</classifier>
</artifact>
<artifact>
<file>target/classes/etc/quartz.properties</file>
<type>properties</type>
<classifier>quartz</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
@ -112,4 +122,4 @@
</plugins>
</build>
</project>
</project>