ENTAXY-480 release version 1.8.3

This commit is contained in:
2023-08-03 04:44:09 +03:00
parent 603889d627
commit 5844a2e5cf
2546 changed files with 11242 additions and 207556 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.esb.platform.runtime.base</groupId>
<artifactId>objects-base</artifactId>
<version>1.8.2.2</version>
<version>1.8.3</version>
</parent>
<groupId>ru.entaxy.esb.platform.runtime.base.objects-base</groupId>
<artifactId>object-factory</artifactId>
@ -15,6 +15,7 @@
<bundle.osgi.export.pkg>
ru.entaxy.platform.base.objects.factory,
ru.entaxy.platform.base.objects.factory.configuration,
ru.entaxy.platform.base.objects.factory.exceptions,
ru.entaxy.platform.base.objects.factory.impl,
ru.entaxy.platform.base.objects.factory.tracker
</bundle.osgi.export.pkg>
@ -53,4 +54,22 @@
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Entaxy-Factory-Provider>true</Entaxy-Factory-Provider>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>